Html Css Color HEX #5838CC Purple Heart

📋 copy color: '#5838CC'

red 88 ◦ green 56 ◦ blue 204

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

Shades of Purple Heart #5838CC

Tints of Purple Heart #5838CC

RGB

 RED value IS 88 (34.77% from 255) = 25.29%

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 25.29%
G = 16.09%
B = 58.62%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5838CC (or 0x5838CC) is known color: Purple Heart. HEX triplet: 58, 38 and CC. RGB value is (88,56,204). Sum of RGB (Red+Green+Blue) = 88+56+204=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #5838CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5838CC is #A7C733. Grayscale: #515151. Windows color (decimal): -10995508 or 13383768. OLE color: 13383768.

HSL color Cylindrical-coordinate representation of color #5838CC: hue angle of 252.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5838CC is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 56 204 -
CMYK 0.57 0.73 0 0.2
HSL 252.97º 0.59% 0.51% -
HSV(B) 252.97º 0.73% 0.8% -
XYZ 16.34 9.26 58.05 -
YUV 82.44 196.6 131.97 -
System Red Green Blue C M Y K H S L
Decimal 88 56 204 0.57 0.73 0 0.2 252.97 0.59 0.51
Hex 58 38 CC 39 49 0 14 FD 3B 33
Octal 130 70 314 71 111 0 24 375 73 63
Binary 1011000 111000 11001100 111001 1001001 0 10100 11111101 111011 110011

Color Harmonies of #5838CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5838CC

Black with #5838CC

Text Example


Text Example

White with #5838CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,56,204); }

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

background-color css

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

 a { background-color: rgb(88,56,204); }

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

border-color css

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

 span { border-color: rgb(88,56,204); }

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