Html Css Color HEX #643CAF Royal Purple

📋 copy color: '#643CAF'

red 100 ◦ green 60 ◦ blue 175

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

Shades of Royal Purple #643CAF

Tints of Royal Purple #643CAF

RGB

 RED value IS 100 (39.45% from 255) = 29.85%

 GREEN value IS 60 (23.83% from 255) = 17.91%

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

R = 29.85%
G = 17.91%
B = 52.24%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#643CAF (or 0x643CAF) is known color: Royal Purple. HEX triplet: 64, 3C and AF. RGB value is (100,60,175). Sum of RGB (Red+Green+Blue) = 100+60+175=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #643CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643CAF is #9BC350. Grayscale: #545454. Windows color (decimal): -10208081 or 11484260. OLE color: 11484260.

HSL color Cylindrical-coordinate representation of color #643CAF: hue angle of 260.87º degrees, saturation: 0.49, 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 #643CAF is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 60 175 -
CMYK 0.43 0.66 0 0.31
HSL 260.87º 0.49% 0.46% -
HSV(B) 260.87º 0.66% 0.69% -
XYZ 14.61 9.04 41.53 -
YUV 85.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 100 60 175 0.43 0.66 0 0.31 260.87 0.49 0.46
Hex 64 3C AF 2B 42 0 1F 105 31 2E
Octal 144 74 257 53 102 0 37 405 61 56
Binary 1100100 111100 10101111 101011 1000010 0 11111 100000101 110001 101110

Color Harmonies of #643CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643CAF

Black with #643CAF

Text Example


Text Example

White with #643CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643CAF; }

 p { color: rgb(100,60,175); }

 H1.HeaderClassName
 {
   color: #643CAF;
 }
 .AnyTagClassName
 {
   color: #643CAF;
 }
</style>

background-color css

<style>
 a { background-color: #643CAF; }

 a { background-color: rgb(100,60,175); }

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

border-color css

<style>
 span { border-color: #643CAF; }

 span { border-color: rgb(100,60,175); }

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