Html Css Color HEX #6A17BC Purple Heart

📋 copy color: '#6A17BC'

red 106 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6A17BC

Tints of Purple Heart #6A17BC

RGB

 RED value IS 106 (41.8% from 255) = 33.44%

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 33.44%
G = 7.26%
B = 59.31%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A17BC (or 0x6A17BC) is known color: Purple Heart. HEX triplet: 6A, 17 and BC. RGB value is (106,23,188). Sum of RGB (Red+Green+Blue) = 106+23+188=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A17BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A17BC is #95E843. Grayscale: #424242. Windows color (decimal): -9824324 or 12326762. OLE color: 12326762.

HSL color Cylindrical-coordinate representation of color #6A17BC: hue angle of 270.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A17BC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 23 188 -
CMYK 0.44 0.88 0 0.26
HSL 270.18º 0.78% 0.41% -
HSV(B) 270.18º 0.88% 0.74% -
XYZ 15.33 7.31 48.18 -
YUV 66.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 106 23 188 0.44 0.88 0 0.26 270.18 0.78 0.41
Hex 6A 17 BC 2C 58 0 1A 10E 4E 29
Octal 152 27 274 54 130 0 32 416 116 51
Binary 1101010 10111 10111100 101100 1011000 0 11010 100001110 1001110 101001

Color Harmonies of #6A17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A17BC

Black with #6A17BC

Text Example


Text Example

White with #6A17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,188); }

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

background-color css

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

 a { background-color: rgb(106,23,188); }

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

border-color css

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

 span { border-color: rgb(106,23,188); }

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