Html Css Color HEX #642696 Royal Purple

📋 copy color: '#642696'

red 100 ◦ green 38 ◦ blue 150

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

Shades of Royal Purple #642696

Tints of Royal Purple #642696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 34.72%
G = 13.19%
B = 52.08%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642696 (or 0x642696) is known color: Royal Purple. HEX triplet: 64, 26 and 96. RGB value is (100,38,150). Sum of RGB (Red+Green+Blue) = 100+38+150=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #642696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642696 is #9BD969. Grayscale: #444444. Windows color (decimal): -10213738 or 9840228. OLE color: 9840228.

HSL color Cylindrical-coordinate representation of color #642696: hue angle of 273.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642696 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 38 150 -
CMYK 0.33 0.75 0 0.41
HSL 273.21º 0.6% 0.37% -
HSV(B) 273.21º 0.75% 0.59% -
XYZ 11.45 6.3 29.47 -
YUV 69.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 100 38 150 0.33 0.75 0 0.41 273.21 0.6 0.37
Hex 64 26 96 21 4B 0 29 111 3C 25
Octal 144 46 226 41 113 0 51 421 74 45
Binary 1100100 100110 10010110 100001 1001011 0 101001 100010001 111100 100101

Color Harmonies of #642696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642696

Black with #642696

Text Example


Text Example

White with #642696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642696; }

 p { color: rgb(100,38,150); }

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

background-color css

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

 a { background-color: rgb(100,38,150); }

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

border-color css

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

 span { border-color: rgb(100,38,150); }

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