Html Css Color HEX #5934CC Purple Heart

📋 copy color: '#5934CC'

red 89 ◦ green 52 ◦ blue 204

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

Shades of Purple Heart #5934CC

Tints of Purple Heart #5934CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 25.8%
G = 15.07%
B = 59.13%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5934CC (or 0x5934CC) is known color: Purple Heart. HEX triplet: 59, 34 and CC. RGB value is (89,52,204). Sum of RGB (Red+Green+Blue) = 89+52+204=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5934CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5934CC is #A6CB33. Grayscale: #4F4F4F. Windows color (decimal): -10930996 or 13382745. OLE color: 13382745.

HSL color Cylindrical-coordinate representation of color #5934CC: hue angle of 254.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5934CC is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 52 204 -
CMYK 0.56 0.75 0 0.2
HSL 254.61º 0.6% 0.5% -
HSV(B) 254.61º 0.75% 0.8% -
XYZ 16.25 8.94 58 -
YUV 80.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 89 52 204 0.56 0.75 0 0.2 254.61 0.6 0.5
Hex 59 34 CC 38 4B 0 14 FF 3C 32
Octal 131 64 314 70 113 0 24 377 74 62
Binary 1011001 110100 11001100 111000 1001011 0 10100 11111111 111100 110010

Color Harmonies of #5934CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934CC

Black with #5934CC

Text Example


Text Example

White with #5934CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5934CC; }

 p { color: rgb(89,52,204); }

 H1.HeaderClassName
 {
   color: #5934CC;
 }
 .AnyTagClassName
 {
   color: #5934CC;
 }
</style>

background-color css

<style>
 a { background-color: #5934CC; }

 a { background-color: rgb(89,52,204); }

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

border-color css

<style>
 span { border-color: #5934CC; }

 span { border-color: rgb(89,52,204); }

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