Html Css Color HEX #6B31CE Purple Heart

📋 copy color: '#6B31CE'

red 107 ◦ green 49 ◦ blue 206

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

Shades of Purple Heart #6B31CE

Tints of Purple Heart #6B31CE

RGB

 RED value IS 107 (42.19% from 255) = 29.56%

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

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

R = 29.56%
G = 13.54%
B = 56.91%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B31CE (or 0x6B31CE) is known color: Purple Heart. HEX triplet: 6B, 31 and CE. RGB value is (107,49,206). Sum of RGB (Red+Green+Blue) = 107+49+206=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B31CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B31CE is #94CE31. Grayscale: #535353. Windows color (decimal): -9752114 or 13513067. OLE color: 13513067.

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

Color convert

RGB 107 49 206 -
CMYK 0.48 0.76 0 0.19
HSL 262.17º 0.62% 0.5% -
HSV(B) 262.17º 0.76% 0.81% -
XYZ 18.3 9.78 59.32 -
YUV 84.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 107 49 206 0.48 0.76 0 0.19 262.17 0.62 0.5
Hex 6B 31 CE 30 4C 0 13 106 3E 32
Octal 153 61 316 60 114 0 23 406 76 62
Binary 1101011 110001 11001110 110000 1001100 0 10011 100000110 111110 110010

Color Harmonies of #6B31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B31CE

Black with #6B31CE

Text Example


Text Example

White with #6B31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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