Html Css Color HEX #661BDD Purple Heart

📋 copy color: '#661BDD'

red 102 ◦ green 27 ◦ blue 221

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

Shades of Purple Heart #661BDD

Tints of Purple Heart #661BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 29.14%
G = 7.71%
B = 63.14%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661BDD (or 0x661BDD) is known color: Purple Heart. HEX triplet: 66, 1B and DD. RGB value is (102,27,221). Sum of RGB (Red+Green+Blue) = 102+27+221=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #661BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BDD is #99E422. Grayscale: #464646. Windows color (decimal): -10085411 or 14490470. OLE color: 14490470.

HSL color Cylindrical-coordinate representation of color #661BDD: hue angle of 263.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661BDD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 27 221 -
CMYK 0.54 0.88 0 0.13
HSL 263.2º 0.78% 0.49% -
HSV(B) 263.2º 0.88% 0.87% -
XYZ 18.92 8.83 69.11 -
YUV 71.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 102 27 221 0.54 0.88 0 0.13 263.2 0.78 0.49
Hex 66 1B DD 36 58 0 D 107 4E 31
Octal 146 33 335 66 130 0 15 407 116 61
Binary 1100110 11011 11011101 110110 1011000 0 1101 100000111 1001110 110001

Color Harmonies of #661BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661BDD

Black with #661BDD

Text Example


Text Example

White with #661BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,27,221); }

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

background-color css

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

 a { background-color: rgb(102,27,221); }

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

border-color css

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

 span { border-color: rgb(102,27,221); }

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