Html Css Color HEX #6031CF Purple Heart

📋 copy color: '#6031CF'

red 96 ◦ green 49 ◦ blue 207

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

Shades of Purple Heart #6031CF

Tints of Purple Heart #6031CF

RGB

 RED value IS 96 (37.89% from 255) = 27.27%

 GREEN value IS 49 (19.53% from 255) = 13.92%

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

R = 27.27%
G = 13.92%
B = 58.81%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6031CF (or 0x6031CF) is known color: Purple Heart. HEX triplet: 60, 31 and CF. RGB value is (96,49,207). Sum of RGB (Red+Green+Blue) = 96+49+207=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #6031CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031CF is #9FCE30. Grayscale: #505050. Windows color (decimal): -10473009 or 13578592. OLE color: 13578592.

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

Color convert

RGB 96 49 207 -
CMYK 0.54 0.76 0 0.19
HSL 257.85º 0.62% 0.5% -
HSV(B) 257.85º 0.76% 0.81% -
XYZ 17.18 9.19 59.9 -
YUV 81.07 199.07 138.65 -
System Red Green Blue C M Y K H S L
Decimal 96 49 207 0.54 0.76 0 0.19 257.85 0.62 0.5
Hex 60 31 CF 36 4C 0 13 102 3E 32
Octal 140 61 317 66 114 0 23 402 76 62
Binary 1100000 110001 11001111 110110 1001100 0 10011 100000010 111110 110010

Color Harmonies of #6031CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031CF

Black with #6031CF

Text Example


Text Example

White with #6031CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,49,207); }

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

background-color css

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

 a { background-color: rgb(96,49,207); }

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

border-color css

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

 span { border-color: rgb(96,49,207); }

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