Html Css Color HEX #661DD0 Purple Heart

📋 copy color: '#661DD0'

red 102 ◦ green 29 ◦ blue 208

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

Shades of Purple Heart #661DD0

Tints of Purple Heart #661DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.36%

R = 30.09%
G = 8.55%
B = 61.36%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#661DD0 (or 0x661DD0) is known color: Purple Heart. HEX triplet: 66, 1D and D0. RGB value is (102,29,208). Sum of RGB (Red+Green+Blue) = 102+29+208=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #661DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DD0 is #99E22F. Grayscale: #464646. Windows color (decimal): -10084912 or 13639014. OLE color: 13639014.

HSL color Cylindrical-coordinate representation of color #661DD0: hue angle of 264.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661DD0 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 29 208 -
CMYK 0.51 0.86 0 0.18
HSL 264.47º 0.76% 0.46% -
HSV(B) 264.47º 0.86% 0.82% -
XYZ 17.3 8.26 60.36 -
YUV 71.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 102 29 208 0.51 0.86 0 0.18 264.47 0.76 0.46
Hex 66 1D D0 33 56 0 12 108 4C 2E
Octal 146 35 320 63 126 0 22 410 114 56
Binary 1100110 11101 11010000 110011 1010110 0 10010 100001000 1001100 101110

Color Harmonies of #661DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DD0

Black with #661DD0

Text Example


Text Example

White with #661DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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