Html Css Color HEX #6B17CD Purple Heart

📋 copy color: '#6B17CD'

red 107 ◦ green 23 ◦ blue 205

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

Shades of Purple Heart #6B17CD

Tints of Purple Heart #6B17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.19%

R = 31.94%
G = 6.87%
B = 61.19%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B17CD (or 0x6B17CD) is known color: Purple Heart. HEX triplet: 6B, 17 and CD. RGB value is (107,23,205). Sum of RGB (Red+Green+Blue) = 107+23+205=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B17CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B17CD is #94E832. Grayscale: #444444. Windows color (decimal): -9758771 or 13440875. OLE color: 13440875.

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

Color convert

RGB 107 23 205 -
CMYK 0.48 0.89 0 0.20
HSL 267.69º 0.8% 0.45% -
HSV(B) 267.69º 0.89% 0.8% -
XYZ 17.39 8.15 58.41 -
YUV 68.86 204.83 155.2 -
System Red Green Blue C M Y K H S L
Decimal 107 23 205 0.48 0.89 0 0.20 267.69 0.8 0.45
Hex 6B 17 CD 30 59 0 14 10C 50 2D
Octal 153 27 315 60 131 0 24 414 120 55
Binary 1101011 10111 11001101 110000 1011001 0 10100 100001100 1010000 101101

Color Harmonies of #6B17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B17CD

Black with #6B17CD

Text Example


Text Example

White with #6B17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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