Html Css Color HEX #66349F Royal Purple

📋 copy color: '#66349F'

red 102 ◦ green 52 ◦ blue 159

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

Shades of Royal Purple #66349F

Tints of Royal Purple #66349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 32.59%
G = 16.61%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66349F (or 0x66349F) is known color: Royal Purple. HEX triplet: 66, 34 and 9F. RGB value is (102,52,159). Sum of RGB (Red+Green+Blue) = 102+52+159=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #66349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66349F is #99CB60. Grayscale: #4E4E4E. Windows color (decimal): -10079073 or 10433638. OLE color: 10433638.

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

Color convert

RGB 102 52 159 -
CMYK 0.36 0.67 0 0.38
HSL 268.04º 0.51% 0.41% -
HSV(B) 268.04º 0.67% 0.62% -
XYZ 12.97 7.78 33.62 -
YUV 79.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 102 52 159 0.36 0.67 0 0.38 268.04 0.51 0.41
Hex 66 34 9F 24 43 0 26 10C 33 29
Octal 146 64 237 44 103 0 46 414 63 51
Binary 1100110 110100 10011111 100100 1000011 0 100110 100001100 110011 101001

Color Harmonies of #66349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66349F

Black with #66349F

Text Example


Text Example

White with #66349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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