Html Css Color HEX #66259F Royal Purple

📋 copy color: '#66259F'

red 102 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #66259F

Tints of Royal Purple #66259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 34.23%
G = 12.42%
B = 53.36%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66259F (or 0x66259F) is known color: Royal Purple. HEX triplet: 66, 25 and 9F. RGB value is (102,37,159). Sum of RGB (Red+Green+Blue) = 102+37+159=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #66259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66259F is #99DA60. Grayscale: #454545. Windows color (decimal): -10082913 or 10429798. OLE color: 10429798.

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

Color convert

RGB 102 37 159 -
CMYK 0.36 0.77 0 0.38
HSL 271.97º 0.62% 0.38% -
HSV(B) 271.97º 0.77% 0.62% -
XYZ 12.4 6.65 33.43 -
YUV 70.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 102 37 159 0.36 0.77 0 0.38 271.97 0.62 0.38
Hex 66 25 9F 24 4D 0 26 110 3E 26
Octal 146 45 237 44 115 0 46 420 76 46
Binary 1100110 100101 10011111 100100 1001101 0 100110 100010000 111110 100110

Color Harmonies of #66259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66259F

Black with #66259F

Text Example


Text Example

White with #66259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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