Html Css Color HEX #66349E Royal Purple

📋 copy color: '#66349E'

red 102 ◦ green 52 ◦ blue 158

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

Shades of Royal Purple #66349E

Tints of Royal Purple #66349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 32.69%
G = 16.67%
B = 50.64%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66349E (or 0x66349E) is known color: Royal Purple. HEX triplet: 66, 34 and 9E. RGB value is (102,52,158). Sum of RGB (Red+Green+Blue) = 102+52+158=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #66349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66349E is #99CB61. Grayscale: #4E4E4E. Windows color (decimal): -10079074 or 10368102. OLE color: 10368102.

HSL color Cylindrical-coordinate representation of color #66349E: hue angle of 268.3º degrees, saturation: 0.5, 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 #66349E is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 52 158 -
CMYK 0.35 0.67 0 0.38
HSL 268.3º 0.5% 0.41% -
HSV(B) 268.3º 0.67% 0.62% -
XYZ 12.88 7.75 33.16 -
YUV 79.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 102 52 158 0.35 0.67 0 0.38 268.3 0.5 0.41
Hex 66 34 9E 23 43 0 26 10C 32 29
Octal 146 64 236 43 103 0 46 414 62 51
Binary 1100110 110100 10011110 100011 1000011 0 100110 100001100 110010 101001

Color Harmonies of #66349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66349E

Black with #66349E

Text Example


Text Example

White with #66349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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