Html Css Color HEX #662EBD Purple Heart

📋 copy color: '#662EBD'

red 102 ◦ green 46 ◦ blue 189

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

Shades of Purple Heart #662EBD

Tints of Purple Heart #662EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 30.27%
G = 13.65%
B = 56.08%

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

#662EBD (or 0x662EBD) is known color: Purple Heart. HEX triplet: 66, 2E and BD. RGB value is (102,46,189). Sum of RGB (Red+Green+Blue) = 102+46+189=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #662EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EBD is #99D142. Grayscale: #4E4E4E. Windows color (decimal): -10080579 or 12398182. OLE color: 12398182.

HSL color Cylindrical-coordinate representation of color #662EBD: hue angle of 263.5º 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 #662EBD is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 46 189 -
CMYK 0.46 0.76 0 0.26
HSL 263.5º 0.61% 0.46% -
HSV(B) 263.5º 0.76% 0.74% -
XYZ 15.64 8.45 48.95 -
YUV 79.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 102 46 189 0.46 0.76 0 0.26 263.5 0.61 0.46
Hex 66 2E BD 2E 4C 0 1A 107 3D 2E
Octal 146 56 275 56 114 0 32 407 75 56
Binary 1100110 101110 10111101 101110 1001100 0 11010 100000111 111101 101110

Color Harmonies of #662EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662EBD

Black with #662EBD

Text Example


Text Example

White with #662EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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