Html Css Color HEX #662EDD Purple Heart

📋 copy color: '#662EDD'

red 102 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #662EDD

Tints of Purple Heart #662EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.47%

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

R = 27.64%
G = 12.47%
B = 59.89%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#662EDD (or 0x662EDD) is known color: Purple Heart. HEX triplet: 66, 2E and DD. RGB value is (102,46,221). Sum of RGB (Red+Green+Blue) = 102+46+221=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #662EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EDD is #99D122. Grayscale: #525252. Windows color (decimal): -10080547 or 14495334. OLE color: 14495334.

HSL color Cylindrical-coordinate representation of color #662EDD: hue angle of 259.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662EDD is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 46 221 -
CMYK 0.54 0.79 0 0.13
HSL 259.2º 0.72% 0.52% -
HSV(B) 259.2º 0.79% 0.87% -
XYZ 19.51 10 69.31 -
YUV 82.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 102 46 221 0.54 0.79 0 0.13 259.2 0.72 0.52
Hex 66 2E DD 36 4F 0 D 103 48 34
Octal 146 56 335 66 117 0 15 403 110 64
Binary 1100110 101110 11011101 110110 1001111 0 1101 100000011 1001000 110100

Color Harmonies of #662EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662EDD

Black with #662EDD

Text Example


Text Example

White with #662EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662EDD; }

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

 H1.HeaderClassName
 {
   color: #662EDD;
 }
 .AnyTagClassName
 {
   color: #662EDD;
 }
</style>

background-color css

<style>
 a { background-color: #662EDD; }

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

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

border-color css

<style>
 span { border-color: #662EDD; }

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

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