Html Css Color HEX #533FC9 Purple Heart

📋 copy color: '#533FC9'

red 83 ◦ green 63 ◦ blue 201

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

Shades of Purple Heart #533FC9

Tints of Purple Heart #533FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

 BLUE value IS 201 (78.91% from 255) = 57.93%

R = 23.92%
G = 18.16%
B = 57.93%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#533FC9 (or 0x533FC9) is known color: Purple Heart. HEX triplet: 53, 3F and C9. RGB value is (83,63,201). Sum of RGB (Red+Green+Blue) = 83+63+201=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #533FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533FC9 is #ACC036. Grayscale: #545454. Windows color (decimal): -11321399 or 13188947. OLE color: 13188947.

HSL color Cylindrical-coordinate representation of color #533FC9: hue angle of 248.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533FC9 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 63 201 -
CMYK 0.59 0.69 0 0.21
HSL 248.7º 0.56% 0.52% -
HSV(B) 248.7º 0.69% 0.79% -
XYZ 15.89 9.61 56.28 -
YUV 84.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 83 63 201 0.59 0.69 0 0.21 248.7 0.56 0.52
Hex 53 3F C9 3B 45 0 15 F9 38 34
Octal 123 77 311 73 105 0 25 371 70 64
Binary 1010011 111111 11001001 111011 1000101 0 10101 11111001 111000 110100

Color Harmonies of #533FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FC9

Black with #533FC9

Text Example


Text Example

White with #533FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533FC9; }

 p { color: rgb(83,63,201); }

 H1.HeaderClassName
 {
   color: #533FC9;
 }
 .AnyTagClassName
 {
   color: #533FC9;
 }
</style>

background-color css

<style>
 a { background-color: #533FC9; }

 a { background-color: rgb(83,63,201); }

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

border-color css

<style>
 span { border-color: #533FC9; }

 span { border-color: rgb(83,63,201); }

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