Html Css Color HEX #6611C0 Purple Heart

📋 copy color: '#6611C0'

red 102 ◦ green 17 ◦ blue 192

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

Shades of Purple Heart #6611C0

Tints of Purple Heart #6611C0

RGB

 RED value IS 102 (40.23% from 255) = 32.8%

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

 BLUE value IS 192 (75.39% from 255) = 61.74%

R = 32.8%
G = 5.47%
B = 61.74%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6611C0 (or 0x6611C0) is known color: Purple Heart. HEX triplet: 66, 11 and C0. RGB value is (102,17,192). Sum of RGB (Red+Green+Blue) = 102+17+192=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #6611C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6611C0 is #99EE3F. Grayscale: #3D3D3D. Windows color (decimal): -10088000 or 12587366. OLE color: 12587366.

HSL color Cylindrical-coordinate representation of color #6611C0: hue angle of 269.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6611C0 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 17 192 -
CMYK 0.47 0.91 0 0.25
HSL 269.14º 0.84% 0.41% -
HSV(B) 269.14º 0.91% 0.75% -
XYZ 15.19 7.03 50.43 -
YUV 62.37 201.16 156.27 -
System Red Green Blue C M Y K H S L
Decimal 102 17 192 0.47 0.91 0 0.25 269.14 0.84 0.41
Hex 66 11 C0 2F 5B 0 19 10D 54 29
Octal 146 21 300 57 133 0 31 415 124 51
Binary 1100110 10001 11000000 101111 1011011 0 11001 100001101 1010100 101001

Color Harmonies of #6611C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6611C0

Black with #6611C0

Text Example


Text Example

White with #6611C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6611C0; }

 p { color: rgb(102,17,192); }

 H1.HeaderClassName
 {
   color: #6611C0;
 }
 .AnyTagClassName
 {
   color: #6611C0;
 }
</style>

background-color css

<style>
 a { background-color: #6611C0; }

 a { background-color: rgb(102,17,192); }

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

border-color css

<style>
 span { border-color: #6611C0; }

 span { border-color: rgb(102,17,192); }

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