Html Css Color HEX #530BCB Purple Heart

📋 copy color: '#530BCB'

red 83 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #530BCB

Tints of Purple Heart #530BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

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

R = 27.95%
G = 3.7%
B = 68.35%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#530BCB (or 0x530BCB) is known color: Purple Heart. HEX triplet: 53, 0B and CB. RGB value is (83,11,203). Sum of RGB (Red+Green+Blue) = 83+11+203=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #530BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BCB is #ACF434. Grayscale: #353535. Windows color (decimal): -11334709 or 13306707. OLE color: 13306707.

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

Color convert

RGB 83 11 203 -
CMYK 0.59 0.95 0 0.20
HSL 262.5º 0.9% 0.42% -
HSV(B) 262.5º 0.95% 0.8% -
XYZ 14.47 6.39 56.97 -
YUV 54.42 211.85 148.39 -
System Red Green Blue C M Y K H S L
Decimal 83 11 203 0.59 0.95 0 0.20 262.5 0.9 0.42
Hex 53 B CB 3B 5F 0 14 106 5A 2A
Octal 123 13 313 73 137 0 24 406 132 52
Binary 1010011 1011 11001011 111011 1011111 0 10100 100000110 1011010 101010

Color Harmonies of #530BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530BCB

Black with #530BCB

Text Example


Text Example

White with #530BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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