Html Css Color HEX #6B17DC Purple Heart

📋 copy color: '#6B17DC'

red 107 ◦ green 23 ◦ blue 220

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

Shades of Purple Heart #6B17DC

Tints of Purple Heart #6B17DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 30.57%
G = 6.57%
B = 62.86%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B17DC (or 0x6B17DC) is known color: Purple Heart. HEX triplet: 6B, 17 and DC. RGB value is (107,23,220). Sum of RGB (Red+Green+Blue) = 107+23+220=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B17DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B17DC is #94E823. Grayscale: #454545. Windows color (decimal): -9758756 or 14423915. OLE color: 14423915.

HSL color Cylindrical-coordinate representation of color #6B17DC: hue angle of 265.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B17DC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 23 220 -
CMYK 0.51 0.90 0 0.14
HSL 265.58º 0.81% 0.48% -
HSV(B) 265.58º 0.9% 0.86% -
XYZ 19.29 8.91 68.41 -
YUV 70.57 212.33 153.98 -
System Red Green Blue C M Y K H S L
Decimal 107 23 220 0.51 0.90 0 0.14 265.58 0.81 0.48
Hex 6B 17 DC 33 5A 0 E 10A 51 30
Octal 153 27 334 63 132 0 16 412 121 60
Binary 1101011 10111 11011100 110011 1011010 0 1110 100001010 1010001 110000

Color Harmonies of #6B17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B17DC

Black with #6B17DC

Text Example


Text Example

White with #6B17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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