Html Css Color HEX #66319F Royal Purple

📋 copy color: '#66319F'

red 102 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #66319F

Tints of Royal Purple #66319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 159 (62.5% from 255) = 51.29%

R = 32.9%
G = 15.81%
B = 51.29%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66319F (or 0x66319F) is known color: Royal Purple. HEX triplet: 66, 31 and 9F. RGB value is (102,49,159). Sum of RGB (Red+Green+Blue) = 102+49+159=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #66319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66319F is #99CE60. Grayscale: #4D4D4D. Windows color (decimal): -10079841 or 10432870. OLE color: 10432870.

HSL color Cylindrical-coordinate representation of color #66319F: hue angle of 268.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66319F is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 49 159 -
CMYK 0.36 0.69 0 0.38
HSL 268.91º 0.53% 0.41% -
HSV(B) 268.91º 0.69% 0.62% -
XYZ 12.84 7.52 33.58 -
YUV 77.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 102 49 159 0.36 0.69 0 0.38 268.91 0.53 0.41
Hex 66 31 9F 24 45 0 26 10D 35 29
Octal 146 61 237 44 105 0 46 415 65 51
Binary 1100110 110001 10011111 100100 1000101 0 100110 100001101 110101 101001

Color Harmonies of #66319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66319F

Black with #66319F

Text Example


Text Example

White with #66319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66319F; }

 p { color: rgb(102,49,159); }

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

background-color css

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

 a { background-color: rgb(102,49,159); }

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

border-color css

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

 span { border-color: rgb(102,49,159); }

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