Html Css Color HEX #662F94 Royal Purple

📋 copy color: '#662F94'

red 102 ◦ green 47 ◦ blue 148

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

Shades of Royal Purple #662F94

Tints of Royal Purple #662F94

RGB

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

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

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

R = 34.34%
G = 15.82%
B = 49.83%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662F94 (or 0x662F94) is known color: Royal Purple. HEX triplet: 66, 2F and 94. RGB value is (102,47,148). Sum of RGB (Red+Green+Blue) = 102+47+148=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #662F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662F94 is #99D06B. Grayscale: #4A4A4A. Windows color (decimal): -10080364 or 9711462. OLE color: 9711462.

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

Color convert

RGB 102 47 148 -
CMYK 0.31 0.68 0 0.42
HSL 272.67º 0.52% 0.38% -
HSV(B) 272.67º 0.68% 0.58% -
XYZ 11.84 7 28.74 -
YUV 74.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 102 47 148 0.31 0.68 0 0.42 272.67 0.52 0.38
Hex 66 2F 94 1F 44 0 2A 111 34 26
Octal 146 57 224 37 104 0 52 421 64 46
Binary 1100110 101111 10010100 11111 1000100 0 101010 100010001 110100 100110

Color Harmonies of #662F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662F94

Black with #662F94

Text Example


Text Example

White with #662F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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