Html Css Color HEX #6A11C1 Purple Heart

📋 copy color: '#6A11C1'

red 106 ◦ green 17 ◦ blue 193

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

Shades of Purple Heart #6A11C1

Tints of Purple Heart #6A11C1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 193 (75.78% from 255) = 61.08%

R = 33.54%
G = 5.38%
B = 61.08%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6A11C1 (or 0x6A11C1) is known color: Purple Heart. HEX triplet: 6A, 11 and C1. RGB value is (106,17,193). Sum of RGB (Red+Green+Blue) = 106+17+193=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A11C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A11C1 is #95EE3E. Grayscale: #3F3F3F. Windows color (decimal): -9825855 or 12652906. OLE color: 12652906.

HSL color Cylindrical-coordinate representation of color #6A11C1: hue angle of 270.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A11C1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 17 193 -
CMYK 0.45 0.91 0 0.24
HSL 270.34º 0.84% 0.41% -
HSV(B) 270.34º 0.91% 0.76% -
XYZ 15.77 7.32 51.03 -
YUV 63.68 200.99 158.19 -
System Red Green Blue C M Y K H S L
Decimal 106 17 193 0.45 0.91 0 0.24 270.34 0.84 0.41
Hex 6A 11 C1 2D 5B 0 18 10E 54 29
Octal 152 21 301 55 133 0 30 416 124 51
Binary 1101010 10001 11000001 101101 1011011 0 11000 100001110 1010100 101001

Color Harmonies of #6A11C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A11C1

Black with #6A11C1

Text Example


Text Example

White with #6A11C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,193); }

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

background-color css

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

 a { background-color: rgb(106,17,193); }

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

border-color css

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

 span { border-color: rgb(106,17,193); }

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