Html Css Color HEX #661EAF Purple Heart

📋 copy color: '#661EAF'

red 102 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #661EAF

Tints of Purple Heart #661EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 33.22%
G = 9.77%
B = 57%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#661EAF (or 0x661EAF) is known color: Purple Heart. HEX triplet: 66, 1E and AF. RGB value is (102,30,175). Sum of RGB (Red+Green+Blue) = 102+30+175=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #661EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EAF is #99E150. Grayscale: #434343. Windows color (decimal): -10084689 or 11476582. OLE color: 11476582.

HSL color Cylindrical-coordinate representation of color #661EAF: hue angle of 269.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661EAF is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 30 175 -
CMYK 0.42 0.83 0 0.31
HSL 269.79º 0.71% 0.4% -
HSV(B) 269.79º 0.83% 0.69% -
XYZ 13.68 6.85 41.16 -
YUV 68.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 102 30 175 0.42 0.83 0 0.31 269.79 0.71 0.4
Hex 66 1E AF 2A 53 0 1F 10E 47 28
Octal 146 36 257 52 123 0 37 416 107 50
Binary 1100110 11110 10101111 101010 1010011 0 11111 100001110 1000111 101000

Color Harmonies of #661EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EAF

Black with #661EAF

Text Example


Text Example

White with #661EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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