Html Css Color HEX #663EAF Royal Purple

📋 copy color: '#663EAF'

red 102 ◦ green 62 ◦ blue 175

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

Shades of Royal Purple #663EAF

Tints of Royal Purple #663EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 30.09%
G = 18.29%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#663EAF (or 0x663EAF) is known color: Royal Purple. HEX triplet: 66, 3E and AF. RGB value is (102,62,175). Sum of RGB (Red+Green+Blue) = 102+62+175=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #663EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663EAF is #99C150. Grayscale: #565656. Windows color (decimal): -10076497 or 11484774. OLE color: 11484774.

HSL color Cylindrical-coordinate representation of color #663EAF: hue angle of 261.24º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663EAF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 62 175 -
CMYK 0.42 0.65 0 0.31
HSL 261.24º 0.48% 0.46% -
HSV(B) 261.24º 0.65% 0.69% -
XYZ 14.94 9.37 41.58 -
YUV 86.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 102 62 175 0.42 0.65 0 0.31 261.24 0.48 0.46
Hex 66 3E AF 2A 41 0 1F 105 30 2E
Octal 146 76 257 52 101 0 37 405 60 56
Binary 1100110 111110 10101111 101010 1000001 0 11111 100000101 110000 101110

Color Harmonies of #663EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663EAF

Black with #663EAF

Text Example


Text Example

White with #663EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663EAF; }

 p { color: rgb(102,62,175); }

 H1.HeaderClassName
 {
   color: #663EAF;
 }
 .AnyTagClassName
 {
   color: #663EAF;
 }
</style>

background-color css

<style>
 a { background-color: #663EAF; }

 a { background-color: rgb(102,62,175); }

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

border-color css

<style>
 span { border-color: #663EAF; }

 span { border-color: rgb(102,62,175); }

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