Html Css Color HEX #662794 Royal Purple

📋 copy color: '#662794'

red 102 ◦ green 39 ◦ blue 148

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

Shades of Royal Purple #662794

Tints of Royal Purple #662794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 35.29%
G = 13.49%
B = 51.21%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662794 (or 0x662794) is known color: Royal Purple. HEX triplet: 66, 27 and 94. RGB value is (102,39,148). Sum of RGB (Red+Green+Blue) = 102+39+148=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #662794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662794 is #99D86B. Grayscale: #454545. Windows color (decimal): -10082412 or 9709414. OLE color: 9709414.

HSL color Cylindrical-coordinate representation of color #662794: hue angle of 274.68º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662794 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 39 148 -
CMYK 0.31 0.74 0 0.42
HSL 274.68º 0.58% 0.37% -
HSV(B) 274.68º 0.74% 0.58% -
XYZ 11.55 6.41 28.65 -
YUV 70.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 102 39 148 0.31 0.74 0 0.42 274.68 0.58 0.37
Hex 66 27 94 1F 4A 0 2A 113 3A 25
Octal 146 47 224 37 112 0 52 423 72 45
Binary 1100110 100111 10010100 11111 1001010 0 101010 100010011 111010 100101

Color Harmonies of #662794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662794

Black with #662794

Text Example


Text Example

White with #662794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662794; }

 p { color: rgb(102,39,148); }

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

background-color css

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

 a { background-color: rgb(102,39,148); }

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

border-color css

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

 span { border-color: rgb(102,39,148); }

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