Html Css Color HEX #662FAC Royal Purple

📋 copy color: '#662FAC'

red 102 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #662FAC

Tints of Royal Purple #662FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 31.78%
G = 14.64%
B = 53.58%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#662FAC (or 0x662FAC) is known color: Royal Purple. HEX triplet: 66, 2F and AC. RGB value is (102,47,172). Sum of RGB (Red+Green+Blue) = 102+47+172=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #662FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FAC is #99D053. Grayscale: #4D4D4D. Windows color (decimal): -10080340 or 11284326. OLE color: 11284326.

HSL color Cylindrical-coordinate representation of color #662FAC: hue angle of 266.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662FAC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 47 172 -
CMYK 0.41 0.73 0 0.33
HSL 266.4º 0.57% 0.43% -
HSV(B) 266.4º 0.73% 0.67% -
XYZ 13.94 7.84 39.81 -
YUV 77.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 102 47 172 0.41 0.73 0 0.33 266.4 0.57 0.43
Hex 66 2F AC 29 49 0 21 10A 39 2B
Octal 146 57 254 51 111 0 41 412 71 53
Binary 1100110 101111 10101100 101001 1001001 0 100001 100001010 111001 101011

Color Harmonies of #662FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662FAC

Black with #662FAC

Text Example


Text Example

White with #662FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,47,172); }

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

background-color css

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

 a { background-color: rgb(102,47,172); }

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

border-color css

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

 span { border-color: rgb(102,47,172); }

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