Html Css Color HEX #642897 Royal Purple

📋 copy color: '#642897'

red 100 ◦ green 40 ◦ blue 151

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

Shades of Royal Purple #642897

Tints of Royal Purple #642897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 34.36%
G = 13.75%
B = 51.89%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642897 (or 0x642897) is known color: Royal Purple. HEX triplet: 64, 28 and 97. RGB value is (100,40,151). Sum of RGB (Red+Green+Blue) = 100+40+151=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #642897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642897 is #9BD768. Grayscale: #464646. Windows color (decimal): -10213225 or 9906276. OLE color: 9906276.

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

Color convert

RGB 100 40 151 -
CMYK 0.34 0.74 0 0.41
HSL 272.43º 0.58% 0.37% -
HSV(B) 272.43º 0.74% 0.59% -
XYZ 11.6 6.46 29.91 -
YUV 70.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 100 40 151 0.34 0.74 0 0.41 272.43 0.58 0.37
Hex 64 28 97 22 4A 0 29 110 3A 25
Octal 144 50 227 42 112 0 51 420 72 45
Binary 1100100 101000 10010111 100010 1001010 0 101001 100010000 111010 100101

Color Harmonies of #642897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642897

Black with #642897

Text Example


Text Example

White with #642897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642897; }

 p { color: rgb(100,40,151); }

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

background-color css

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

 a { background-color: rgb(100,40,151); }

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

border-color css

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

 span { border-color: rgb(100,40,151); }

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