Html Css Color HEX #6F31CE Purple Heart

📋 copy color: '#6F31CE'

red 111 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #6F31CE

Tints of Purple Heart #6F31CE

RGB

 RED value IS 111 (43.75% from 255) = 30.33%

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 30.33%
G = 13.39%
B = 56.28%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F31CE (or 0x6F31CE) is known color: Purple Heart. HEX triplet: 6F, 31 and CE. RGB value is (111,49,206). Sum of RGB (Red+Green+Blue) = 111+49+206=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F31CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31CE is #90CE31. Grayscale: #545454. Windows color (decimal): -9489970 or 13513071. OLE color: 13513071.

HSL color Cylindrical-coordinate representation of color #6F31CE: hue angle of 263.69º 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 #6F31CE is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 49 206 -
CMYK 0.46 0.76 0 0.19
HSL 263.69º 0.62% 0.5% -
HSV(B) 263.69º 0.76% 0.81% -
XYZ 18.79 10.03 59.34 -
YUV 85.44 196.04 146.23 -
System Red Green Blue C M Y K H S L
Decimal 111 49 206 0.46 0.76 0 0.19 263.69 0.62 0.5
Hex 6F 31 CE 2E 4C 0 13 108 3E 32
Octal 157 61 316 56 114 0 23 410 76 62
Binary 1101111 110001 11001110 101110 1001100 0 10011 100001000 111110 110010

Color Harmonies of #6F31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F31CE

Black with #6F31CE

Text Example


Text Example

White with #6F31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F31CE; }

 p { color: rgb(111,49,206); }

 H1.HeaderClassName
 {
   color: #6F31CE;
 }
 .AnyTagClassName
 {
   color: #6F31CE;
 }
</style>

background-color css

<style>
 a { background-color: #6F31CE; }

 a { background-color: rgb(111,49,206); }

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

border-color css

<style>
 span { border-color: #6F31CE; }

 span { border-color: rgb(111,49,206); }

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