Html Css Color HEX #6B17CE Purple Heart

📋 copy color: '#6B17CE'

red 107 ◦ green 23 ◦ blue 206

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

Shades of Purple Heart #6B17CE

Tints of Purple Heart #6B17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

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

R = 31.85%
G = 6.85%
B = 61.31%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B17CE (or 0x6B17CE) is known color: Purple Heart. HEX triplet: 6B, 17 and CE. RGB value is (107,23,206). Sum of RGB (Red+Green+Blue) = 107+23+206=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B17CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B17CE is #94E831. Grayscale: #444444. Windows color (decimal): -9758770 or 13506411. OLE color: 13506411.

HSL color Cylindrical-coordinate representation of color #6B17CE: hue angle of 267.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B17CE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 23 206 -
CMYK 0.48 0.89 0 0.19
HSL 267.54º 0.8% 0.45% -
HSV(B) 267.54º 0.89% 0.81% -
XYZ 17.51 8.19 59.05 -
YUV 68.98 205.33 155.12 -
System Red Green Blue C M Y K H S L
Decimal 107 23 206 0.48 0.89 0 0.19 267.54 0.8 0.45
Hex 6B 17 CE 30 59 0 13 10C 50 2D
Octal 153 27 316 60 131 0 23 414 120 55
Binary 1101011 10111 11001110 110000 1011001 0 10011 100001100 1010000 101101

Color Harmonies of #6B17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B17CE

Black with #6B17CE

Text Example


Text Example

White with #6B17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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