Html Css Color HEX #662EDF Purple Heart

📋 copy color: '#662EDF'

red 102 ◦ green 46 ◦ blue 223

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

Shades of Purple Heart #662EDF

Tints of Purple Heart #662EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 27.49%
G = 12.4%
B = 60.11%

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

#662EDF (or 0x662EDF) is known color: Purple Heart. HEX triplet: 66, 2E and DF. RGB value is (102,46,223). Sum of RGB (Red+Green+Blue) = 102+46+223=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #662EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EDF is #99D120. Grayscale: #525252. Windows color (decimal): -10080545 or 14626406. OLE color: 14626406.

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

Color convert

RGB 102 46 223 -
CMYK 0.54 0.79 0 0.13
HSL 258.98º 0.73% 0.53% -
HSV(B) 258.98º 0.79% 0.87% -
XYZ 19.78 10.11 70.72 -
YUV 82.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 102 46 223 0.54 0.79 0 0.13 258.98 0.73 0.53
Hex 66 2E DF 36 4F 0 D 103 49 35
Octal 146 56 337 66 117 0 15 403 111 65
Binary 1100110 101110 11011111 110110 1001111 0 1101 100000011 1001001 110101

Color Harmonies of #662EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662EDF

Black with #662EDF

Text Example


Text Example

White with #662EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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