Html Css Color HEX #661EBA Purple Heart

📋 copy color: '#661EBA'

red 102 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #661EBA

Tints of Purple Heart #661EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 32.08%
G = 9.43%
B = 58.49%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#661EBA (or 0x661EBA) is known color: Purple Heart. HEX triplet: 66, 1E and BA. RGB value is (102,30,186). Sum of RGB (Red+Green+Blue) = 102+30+186=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #661EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661EBA is #99E145. Grayscale: #444444. Windows color (decimal): -10084678 or 12197478. OLE color: 12197478.

HSL color Cylindrical-coordinate representation of color #661EBA: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661EBA is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 30 186 -
CMYK 0.45 0.84 0 0.27
HSL 267.69º 0.72% 0.42% -
HSV(B) 267.69º 0.84% 0.73% -
XYZ 14.81 7.3 47.08 -
YUV 69.31 193.85 151.32 -
System Red Green Blue C M Y K H S L
Decimal 102 30 186 0.45 0.84 0 0.27 267.69 0.72 0.42
Hex 66 1E BA 2D 54 0 1B 10C 48 2A
Octal 146 36 272 55 124 0 33 414 110 52
Binary 1100110 11110 10111010 101101 1010100 0 11011 100001100 1001000 101010

Color Harmonies of #661EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661EBA

Black with #661EBA

Text Example


Text Example

White with #661EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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