Html Css Color HEX #662EBC Purple Heart

📋 copy color: '#662EBC'

red 102 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #662EBC

Tints of Purple Heart #662EBC

RGB

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

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

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

R = 30.36%
G = 13.69%
B = 55.95%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#662EBC (or 0x662EBC) is known color: Purple Heart. HEX triplet: 66, 2E and BC. RGB value is (102,46,188). Sum of RGB (Red+Green+Blue) = 102+46+188=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #662EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EBC is #99D143. Grayscale: #4E4E4E. Windows color (decimal): -10080580 or 12332646. OLE color: 12332646.

HSL color Cylindrical-coordinate representation of color #662EBC: hue angle of 263.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662EBC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 46 188 -
CMYK 0.46 0.76 0 0.26
HSL 263.66º 0.61% 0.46% -
HSV(B) 263.66º 0.76% 0.74% -
XYZ 15.53 8.41 48.38 -
YUV 78.93 189.55 144.45 -
System Red Green Blue C M Y K H S L
Decimal 102 46 188 0.46 0.76 0 0.26 263.66 0.61 0.46
Hex 66 2E BC 2E 4C 0 1A 108 3D 2E
Octal 146 56 274 56 114 0 32 410 75 56
Binary 1100110 101110 10111100 101110 1001100 0 11010 100001000 111101 101110

Color Harmonies of #662EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662EBC

Black with #662EBC

Text Example


Text Example

White with #662EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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