Html Css Color HEX #66379F Royal Purple

📋 copy color: '#66379F'

red 102 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #66379F

Tints of Royal Purple #66379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

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

R = 32.28%
G = 17.41%
B = 50.32%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66379F (or 0x66379F) is known color: Royal Purple. HEX triplet: 66, 37 and 9F. RGB value is (102,55,159). Sum of RGB (Red+Green+Blue) = 102+55+159=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #66379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66379F is #99C860. Grayscale: #505050. Windows color (decimal): -10078305 or 10434406. OLE color: 10434406.

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

Color convert

RGB 102 55 159 -
CMYK 0.36 0.65 0 0.38
HSL 267.12º 0.49% 0.42% -
HSV(B) 267.12º 0.65% 0.62% -
XYZ 13.1 8.06 33.67 -
YUV 80.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 102 55 159 0.36 0.65 0 0.38 267.12 0.49 0.42
Hex 66 37 9F 24 41 0 26 10B 31 2A
Octal 146 67 237 44 101 0 46 413 61 52
Binary 1100110 110111 10011111 100100 1000001 0 100110 100001011 110001 101010

Color Harmonies of #66379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66379F

Black with #66379F

Text Example


Text Example

White with #66379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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