Html Css Color HEX #530CCB Purple Heart

📋 copy color: '#530CCB'

red 83 ◦ green 12 ◦ blue 203

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

Shades of Purple Heart #530CCB

Tints of Purple Heart #530CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.12%

R = 27.85%
G = 4.03%
B = 68.12%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#530CCB (or 0x530CCB) is known color: Purple Heart. HEX triplet: 53, 0C and CB. RGB value is (83,12,203). Sum of RGB (Red+Green+Blue) = 83+12+203=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #530CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530CCB is #ACF334. Grayscale: #363636. Windows color (decimal): -11334453 or 13306963. OLE color: 13306963.

HSL color Cylindrical-coordinate representation of color #530CCB: hue angle of 262.3º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530CCB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 12 203 -
CMYK 0.59 0.94 0 0.20
HSL 262.3º 0.89% 0.42% -
HSV(B) 262.3º 0.94% 0.8% -
XYZ 14.48 6.41 56.97 -
YUV 55 211.52 147.97 -
System Red Green Blue C M Y K H S L
Decimal 83 12 203 0.59 0.94 0 0.20 262.3 0.89 0.42
Hex 53 C CB 3B 5E 0 14 106 59 2A
Octal 123 14 313 73 136 0 24 406 131 52
Binary 1010011 1100 11001011 111011 1011110 0 10100 100000110 1011001 101010

Color Harmonies of #530CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530CCB

Black with #530CCB

Text Example


Text Example

White with #530CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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