Html Css Color HEX #532BCF Purple Heart

📋 copy color: '#532BCF'

red 83 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #532BCF

Tints of Purple Heart #532BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 24.92%
G = 12.91%
B = 62.16%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#532BCF (or 0x532BCF) is known color: Purple Heart. HEX triplet: 53, 2B and CF. RGB value is (83,43,207). Sum of RGB (Red+Green+Blue) = 83+43+207=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #532BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BCF is #ACD430. Grayscale: #494949. Windows color (decimal): -11326513 or 13577043. OLE color: 13577043.

HSL color Cylindrical-coordinate representation of color #532BCF: hue angle of 254.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532BCF is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 43 207 -
CMYK 0.60 0.79 0 0.19
HSL 254.63º 0.66% 0.49% -
HSV(B) 254.63º 0.79% 0.81% -
XYZ 15.69 8.07 59.76 -
YUV 73.66 203.25 134.66 -
System Red Green Blue C M Y K H S L
Decimal 83 43 207 0.60 0.79 0 0.19 254.63 0.66 0.49
Hex 53 2B CF 3C 4F 0 13 FF 42 31
Octal 123 53 317 74 117 0 23 377 102 61
Binary 1010011 101011 11001111 111100 1001111 0 10011 11111111 1000010 110001

Color Harmonies of #532BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BCF

Black with #532BCF

Text Example


Text Example

White with #532BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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