Html Css Color HEX #661EDF Purple Heart

📋 copy color: '#661EDF'

red 102 ◦ green 30 ◦ blue 223

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

Shades of Purple Heart #661EDF

Tints of Purple Heart #661EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

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

R = 28.73%
G = 8.45%
B = 62.82%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#661EDF (or 0x661EDF) is known color: Purple Heart. HEX triplet: 66, 1E and DF. RGB value is (102,30,223). Sum of RGB (Red+Green+Blue) = 102+30+223=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #661EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EDF is #99E120. Grayscale: #484848. Windows color (decimal): -10084641 or 14622310. OLE color: 14622310.

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

Color convert

RGB 102 30 223 -
CMYK 0.54 0.87 0 0.13
HSL 262.38º 0.76% 0.5% -
HSV(B) 262.38º 0.87% 0.87% -
XYZ 19.26 9.08 70.55 -
YUV 73.53 212.35 148.31 -
System Red Green Blue C M Y K H S L
Decimal 102 30 223 0.54 0.87 0 0.13 262.38 0.76 0.5
Hex 66 1E DF 36 57 0 D 106 4C 32
Octal 146 36 337 66 127 0 15 406 114 62
Binary 1100110 11110 11011111 110110 1010111 0 1101 100000110 1001100 110010

Color Harmonies of #661EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EDF

Black with #661EDF

Text Example


Text Example

White with #661EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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