Html Css Color HEX #662DA2 Royal Purple

📋 copy color: '#662DA2'

red 102 ◦ green 45 ◦ blue 162

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

Shades of Royal Purple #662DA2

Tints of Royal Purple #662DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

 BLUE value IS 162 (63.67% from 255) = 52.43%

R = 33.01%
G = 14.56%
B = 52.43%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#662DA2 (or 0x662DA2) is known color: Royal Purple. HEX triplet: 66, 2D and A2. RGB value is (102,45,162). Sum of RGB (Red+Green+Blue) = 102+45+162=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #662DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662DA2 is #99D25D. Grayscale: #4A4A4A. Windows color (decimal): -10080862 or 10628454. OLE color: 10628454.

HSL color Cylindrical-coordinate representation of color #662DA2: hue angle of 269.23º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #662DA2 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 45 162 -
CMYK 0.37 0.72 0 0.36
HSL 269.23º 0.57% 0.41% -
HSV(B) 269.23º 0.72% 0.64% -
XYZ 12.94 7.31 34.91 -
YUV 75.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 102 45 162 0.37 0.72 0 0.36 269.23 0.57 0.41
Hex 66 2D A2 25 48 0 24 10D 39 29
Octal 146 55 242 45 110 0 44 415 71 51
Binary 1100110 101101 10100010 100101 1001000 0 100100 100001101 111001 101001

Color Harmonies of #662DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662DA2

Black with #662DA2

Text Example


Text Example

White with #662DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,45,162); }

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

background-color css

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

 a { background-color: rgb(102,45,162); }

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

border-color css

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

 span { border-color: rgb(102,45,162); }

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