Html Css Color HEX #661DB6 Purple Heart

📋 copy color: '#661DB6'

red 102 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #661DB6

Tints of Purple Heart #661DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 32.59%
G = 9.27%
B = 58.15%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#661DB6 (or 0x661DB6) is known color: Purple Heart. HEX triplet: 66, 1D and B6. RGB value is (102,29,182). Sum of RGB (Red+Green+Blue) = 102+29+182=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #661DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DB6 is #99E249. Grayscale: #434343. Windows color (decimal): -10084938 or 11935078. OLE color: 11935078.

HSL color Cylindrical-coordinate representation of color #661DB6: hue angle of 268.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661DB6 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 29 182 -
CMYK 0.44 0.84 0 0.29
HSL 268.63º 0.73% 0.41% -
HSV(B) 268.63º 0.84% 0.71% -
XYZ 14.36 7.08 44.87 -
YUV 68.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 102 29 182 0.44 0.84 0 0.29 268.63 0.73 0.41
Hex 66 1D B6 2C 54 0 1D 10D 49 29
Octal 146 35 266 54 124 0 35 415 111 51
Binary 1100110 11101 10110110 101100 1010100 0 11101 100001101 1001001 101001

Color Harmonies of #661DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DB6

Black with #661DB6

Text Example


Text Example

White with #661DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661DB6; }

 p { color: rgb(102,29,182); }

 H1.HeaderClassName
 {
   color: #661DB6;
 }
 .AnyTagClassName
 {
   color: #661DB6;
 }
</style>

background-color css

<style>
 a { background-color: #661DB6; }

 a { background-color: rgb(102,29,182); }

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

border-color css

<style>
 span { border-color: #661DB6; }

 span { border-color: rgb(102,29,182); }

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