Html Css Color HEX #643FAF Royal Purple

📋 copy color: '#643FAF'

red 100 ◦ green 63 ◦ blue 175

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

Shades of Royal Purple #643FAF

Tints of Royal Purple #643FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

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

R = 29.59%
G = 18.64%
B = 51.78%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#643FAF (or 0x643FAF) is known color: Royal Purple. HEX triplet: 64, 3F and AF. RGB value is (100,63,175). Sum of RGB (Red+Green+Blue) = 100+63+175=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #643FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643FAF is #9BC050. Grayscale: #565656. Windows color (decimal): -10207313 or 11485028. OLE color: 11485028.

HSL color Cylindrical-coordinate representation of color #643FAF: hue angle of 259.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643FAF is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 63 175 -
CMYK 0.43 0.64 0 0.31
HSL 259.82º 0.47% 0.47% -
HSV(B) 259.82º 0.64% 0.69% -
XYZ 14.77 9.36 41.59 -
YUV 86.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 100 63 175 0.43 0.64 0 0.31 259.82 0.47 0.47
Hex 64 3F AF 2B 40 0 1F 104 2F 2F
Octal 144 77 257 53 100 0 37 404 57 57
Binary 1100100 111111 10101111 101011 1000000 0 11111 100000100 101111 101111

Color Harmonies of #643FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643FAF

Black with #643FAF

Text Example


Text Example

White with #643FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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