Html Css Color HEX #532BCB Purple Heart

📋 copy color: '#532BCB'

red 83 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #532BCB

Tints of Purple Heart #532BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

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

R = 25.23%
G = 13.07%
B = 61.7%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#532BCB (or 0x532BCB) is known color: Purple Heart. HEX triplet: 53, 2B and CB. RGB value is (83,43,203). Sum of RGB (Red+Green+Blue) = 83+43+203=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #532BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BCB is #ACD434. Grayscale: #484848. Windows color (decimal): -11326517 or 13314899. OLE color: 13314899.

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

Color convert

RGB 83 43 203 -
CMYK 0.59 0.79 0 0.20
HSL 255º 0.65% 0.48% -
HSV(B) 255º 0.79% 0.8% -
XYZ 15.21 7.88 57.22 -
YUV 73.2 201.25 134.99 -
System Red Green Blue C M Y K H S L
Decimal 83 43 203 0.59 0.79 0 0.20 255 0.65 0.48
Hex 53 2B CB 3B 4F 0 14 FF 41 30
Octal 123 53 313 73 117 0 24 377 101 60
Binary 1010011 101011 11001011 111011 1001111 0 10100 11111111 1000001 110000

Color Harmonies of #532BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BCB

Black with #532BCB

Text Example


Text Example

White with #532BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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