Html Css Color HEX #5935CF Purple Heart

📋 copy color: '#5935CF'

red 89 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #5935CF

Tints of Purple Heart #5935CF

RGB

 RED value IS 89 (35.16% from 255) = 25.5%

 GREEN value IS 53 (21.09% from 255) = 15.19%

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

R = 25.5%
G = 15.19%
B = 59.31%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5935CF (or 0x5935CF) is known color: Purple Heart. HEX triplet: 59, 35 and CF. RGB value is (89,53,207). Sum of RGB (Red+Green+Blue) = 89+53+207=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #5935CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935CF is #A6CA30. Grayscale: #505050. Windows color (decimal): -10930737 or 13579609. OLE color: 13579609.

HSL color Cylindrical-coordinate representation of color #5935CF: hue angle of 254.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5935CF is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 53 207 -
CMYK 0.57 0.74 0 0.19
HSL 254.03º 0.62% 0.51% -
HSV(B) 254.03º 0.74% 0.81% -
XYZ 16.66 9.18 59.92 -
YUV 81.32 198.93 133.48 -
System Red Green Blue C M Y K H S L
Decimal 89 53 207 0.57 0.74 0 0.19 254.03 0.62 0.51
Hex 59 35 CF 39 4A 0 13 FE 3E 33
Octal 131 65 317 71 112 0 23 376 76 63
Binary 1011001 110101 11001111 111001 1001010 0 10011 11111110 111110 110011

Color Harmonies of #5935CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5935CF

Black with #5935CF

Text Example


Text Example

White with #5935CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5935CF; }

 p { color: rgb(89,53,207); }

 H1.HeaderClassName
 {
   color: #5935CF;
 }
 .AnyTagClassName
 {
   color: #5935CF;
 }
</style>

background-color css

<style>
 a { background-color: #5935CF; }

 a { background-color: rgb(89,53,207); }

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

border-color css

<style>
 span { border-color: #5935CF; }

 span { border-color: rgb(89,53,207); }

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