Html Css Color HEX #661DBC Purple Heart

📋 copy color: '#661DBC'

red 102 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #661DBC

Tints of Purple Heart #661DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 31.97%
G = 9.09%
B = 58.93%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#661DBC (or 0x661DBC) is known color: Purple Heart. HEX triplet: 66, 1D and BC. RGB value is (102,29,188). Sum of RGB (Red+Green+Blue) = 102+29+188=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #661DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661DBC is #99E243. Grayscale: #444444. Windows color (decimal): -10084932 or 12328294. OLE color: 12328294.

HSL color Cylindrical-coordinate representation of color #661DBC: hue angle of 267.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661DBC is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 29 188 -
CMYK 0.46 0.85 0 0.26
HSL 267.55º 0.73% 0.43% -
HSV(B) 267.55º 0.85% 0.74% -
XYZ 15 7.33 48.2 -
YUV 68.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 102 29 188 0.46 0.85 0 0.26 267.55 0.73 0.43
Hex 66 1D BC 2E 55 0 1A 10C 49 2B
Octal 146 35 274 56 125 0 32 414 111 53
Binary 1100110 11101 10111100 101110 1010101 0 11010 100001100 1001001 101011

Color Harmonies of #661DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661DBC

Black with #661DBC

Text Example


Text Example

White with #661DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,29,188); }

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

background-color css

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

 a { background-color: rgb(102,29,188); }

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

border-color css

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

 span { border-color: rgb(102,29,188); }

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