Html Css Color HEX #642598 Royal Purple

📋 copy color: '#642598'

red 100 ◦ green 37 ◦ blue 152

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

Shades of Royal Purple #642598

Tints of Royal Purple #642598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 34.6%
G = 12.8%
B = 52.6%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#642598 (or 0x642598) is known color: Royal Purple. HEX triplet: 64, 25 and 98. RGB value is (100,37,152). Sum of RGB (Red+Green+Blue) = 100+37+152=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #642598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642598 is #9BDA67. Grayscale: #444444. Windows color (decimal): -10213992 or 9971044. OLE color: 9971044.

HSL color Cylindrical-coordinate representation of color #642598: hue angle of 272.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642598 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 37 152 -
CMYK 0.34 0.76 0 0.40
HSL 272.87º 0.61% 0.37% -
HSV(B) 272.87º 0.76% 0.6% -
XYZ 11.58 6.3 30.31 -
YUV 68.95 174.87 150.15 -
System Red Green Blue C M Y K H S L
Decimal 100 37 152 0.34 0.76 0 0.40 272.87 0.61 0.37
Hex 64 25 98 22 4C 0 28 111 3D 25
Octal 144 45 230 42 114 0 50 421 75 45
Binary 1100100 100101 10011000 100010 1001100 0 101000 100010001 111101 100101

Color Harmonies of #642598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642598

Black with #642598

Text Example


Text Example

White with #642598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642598; }

 p { color: rgb(100,37,152); }

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

background-color css

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

 a { background-color: rgb(100,37,152); }

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

border-color css

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

 span { border-color: rgb(100,37,152); }

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