Html Css Color HEX #5810CF Purple Heart

📋 copy color: '#5810CF'

red 88 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #5810CF

Tints of Purple Heart #5810CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

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

R = 28.3%
G = 5.14%
B = 66.56%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5810CF (or 0x5810CF) is known color: Purple Heart. HEX triplet: 58, 10 and CF. RGB value is (88,16,207). Sum of RGB (Red+Green+Blue) = 88+16+207=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #5810CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5810CF is #A7EF30. Grayscale: #3A3A3A. Windows color (decimal): -11005745 or 13570136. OLE color: 13570136.

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

Color convert

RGB 88 16 207 -
CMYK 0.57 0.92 0 0.19
HSL 262.62º 0.86% 0.44% -
HSV(B) 262.62º 0.92% 0.81% -
XYZ 15.47 6.95 59.56 -
YUV 59.3 211.35 148.47 -
System Red Green Blue C M Y K H S L
Decimal 88 16 207 0.57 0.92 0 0.19 262.62 0.86 0.44
Hex 58 10 CF 39 5C 0 13 107 56 2C
Octal 130 20 317 71 134 0 23 407 126 54
Binary 1011000 10000 11001111 111001 1011100 0 10011 100000111 1010110 101100

Color Harmonies of #5810CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5810CF

Black with #5810CF

Text Example


Text Example

White with #5810CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,16,207); }

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

background-color css

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

 a { background-color: rgb(88,16,207); }

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

border-color css

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

 span { border-color: rgb(88,16,207); }

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