Html Css Color HEX #66379B Royal Purple

📋 copy color: '#66379B'

red 102 ◦ green 55 ◦ blue 155

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

Shades of Royal Purple #66379B

Tints of Royal Purple #66379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 32.69%
G = 17.63%
B = 49.68%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66379B (or 0x66379B) is known color: Royal Purple. HEX triplet: 66, 37 and 9B. RGB value is (102,55,155). Sum of RGB (Red+Green+Blue) = 102+55+155=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #66379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66379B is #99C864. Grayscale: #505050. Windows color (decimal): -10078309 or 10172262. OLE color: 10172262.

HSL color Cylindrical-coordinate representation of color #66379B: hue angle of 268.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66379B is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 55 155 -
CMYK 0.34 0.65 0 0.39
HSL 268.2º 0.48% 0.41% -
HSV(B) 268.2º 0.65% 0.61% -
XYZ 12.76 7.92 31.87 -
YUV 80.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 102 55 155 0.34 0.65 0 0.39 268.2 0.48 0.41
Hex 66 37 9B 22 41 0 27 10C 30 29
Octal 146 67 233 42 101 0 47 414 60 51
Binary 1100110 110111 10011011 100010 1000001 0 100111 100001100 110000 101001

Color Harmonies of #66379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66379B

Black with #66379B

Text Example


Text Example

White with #66379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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