Html Css Color HEX #662BAE Purple Heart

📋 copy color: '#662BAE'

red 102 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #662BAE

Tints of Purple Heart #662BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.48%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 31.97%
G = 13.48%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#662BAE (or 0x662BAE) is known color: Purple Heart. HEX triplet: 66, 2B and AE. RGB value is (102,43,174). Sum of RGB (Red+Green+Blue) = 102+43+174=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #662BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662BAE is #99D451. Grayscale: #4B4B4B. Windows color (decimal): -10081362 or 11414374. OLE color: 11414374.

HSL color Cylindrical-coordinate representation of color #662BAE: hue angle of 267.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662BAE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 43 174 -
CMYK 0.41 0.75 0 0.32
HSL 267.02º 0.6% 0.43% -
HSV(B) 267.02º 0.75% 0.68% -
XYZ 13.98 7.61 40.78 -
YUV 75.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 102 43 174 0.41 0.75 0 0.32 267.02 0.6 0.43
Hex 66 2B AE 29 4B 0 20 10B 3C 2B
Octal 146 53 256 51 113 0 40 413 74 53
Binary 1100110 101011 10101110 101001 1001011 0 100000 100001011 111100 101011

Color Harmonies of #662BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662BAE

Black with #662BAE

Text Example


Text Example

White with #662BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,43,174); }

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

background-color css

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

 a { background-color: rgb(102,43,174); }

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

border-color css

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

 span { border-color: rgb(102,43,174); }

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