Html Css Color HEX #66349C Royal Purple

📋 copy color: '#66349C'

red 102 ◦ green 52 ◦ blue 156

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

Shades of Royal Purple #66349C

Tints of Royal Purple #66349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.32%

R = 32.9%
G = 16.77%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66349C (or 0x66349C) is known color: Royal Purple. HEX triplet: 66, 34 and 9C. RGB value is (102,52,156). Sum of RGB (Red+Green+Blue) = 102+52+156=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #66349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66349C is #99CB63. Grayscale: #4E4E4E. Windows color (decimal): -10079076 or 10237030. OLE color: 10237030.

HSL color Cylindrical-coordinate representation of color #66349C: hue angle of 268.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66349C is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 52 156 -
CMYK 0.35 0.67 0 0.39
HSL 268.85º 0.5% 0.41% -
HSV(B) 268.85º 0.67% 0.61% -
XYZ 12.71 7.68 32.27 -
YUV 78.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 102 52 156 0.35 0.67 0 0.39 268.85 0.5 0.41
Hex 66 34 9C 23 43 0 27 10D 32 29
Octal 146 64 234 43 103 0 47 415 62 51
Binary 1100110 110100 10011100 100011 1000011 0 100111 100001101 110010 101001

Color Harmonies of #66349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66349C

Black with #66349C

Text Example


Text Example

White with #66349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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