Html Css Color HEX #530CC1 Purple Heart

📋 copy color: '#530CC1'

red 83 ◦ green 12 ◦ blue 193

#530CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #530CC1

Tints of Purple Heart #530CC1

RGB

 RED value IS 83 (32.81% from 255) = 28.82%

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 193 (75.78% from 255) = 67.01%

R = 28.82%
G = 4.17%
B = 67.01%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#530CC1 (or 0x530CC1) is known color: Purple Heart. HEX triplet: 53, 0C and C1. RGB value is (83,12,193). Sum of RGB (Red+Green+Blue) = 83+12+193=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #530CC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CC1 is #ACF33E. Grayscale: #353535. Windows color (decimal): -11334463 or 12651603. OLE color: 12651603.

HSL color Cylindrical-coordinate representation of color #530CC1: hue angle of 263.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CC1 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 12 193 -
CMYK 0.57 0.94 0 0.24
HSL 263.54º 0.88% 0.4% -
HSV(B) 263.54º 0.94% 0.76% -
XYZ 13.32 5.95 50.9 -
YUV 53.86 206.52 148.78 -
System Red Green Blue C M Y K H S L
Decimal 83 12 193 0.57 0.94 0 0.24 263.54 0.88 0.4
Hex 53 C C1 39 5E 0 18 108 58 28
Octal 123 14 301 71 136 0 30 410 130 50
Binary 1010011 1100 11000001 111001 1011110 0 11000 100001000 1011000 101000

Color Harmonies of #530CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CC1

Black with #530CC1

Text Example


Text Example

White with #530CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530CC1; }

 p { color: rgb(83,12,193); }

 H1.HeaderClassName
 {
   color: #530CC1;
 }
 .AnyTagClassName
 {
   color: #530CC1;
 }
</style>

background-color css

<style>
 a { background-color: #530CC1; }

 a { background-color: rgb(83,12,193); }

 div.DivClassName
 {
   background-color: #530CC1;
 }
 .BgClassName
 {
   background-color: #530CC1;
 }
</style>

border-color css

<style>
 span { border-color: #530CC1; }

 span { border-color: rgb(83,12,193); }

 td.TdClassName
 {
   border-color: #530CC1;
 }
 .TagClassName
 {
   border-color: #530CC1;
 }
</style>