Html Css Color HEX #663BAF Royal Purple

📋 copy color: '#663BAF'

red 102 ◦ green 59 ◦ blue 175

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

Shades of Royal Purple #663BAF

Tints of Royal Purple #663BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.56%

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

R = 30.36%
G = 17.56%
B = 52.08%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#663BAF (or 0x663BAF) is known color: Royal Purple. HEX triplet: 66, 3B and AF. RGB value is (102,59,175). Sum of RGB (Red+Green+Blue) = 102+59+175=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #663BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAF is #99C450. Grayscale: #545454. Windows color (decimal): -10077265 or 11484006. OLE color: 11484006.

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

Color convert

RGB 102 59 175 -
CMYK 0.42 0.66 0 0.31
HSL 262.24º 0.5% 0.46% -
HSV(B) 262.24º 0.66% 0.69% -
XYZ 14.78 9.05 41.52 -
YUV 85.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 102 59 175 0.42 0.66 0 0.31 262.24 0.5 0.46
Hex 66 3B AF 2A 42 0 1F 106 32 2E
Octal 146 73 257 52 102 0 37 406 62 56
Binary 1100110 111011 10101111 101010 1000010 0 11111 100000110 110010 101110

Color Harmonies of #663BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663BAF

Black with #663BAF

Text Example


Text Example

White with #663BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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