Html Css Color HEX #642398 Royal Purple

📋 copy color: '#642398'

red 100 ◦ green 35 ◦ blue 152

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

Shades of Royal Purple #642398

Tints of Royal Purple #642398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 34.84%
G = 12.2%
B = 52.96%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#642398 (or 0x642398) is known color: Royal Purple. HEX triplet: 64, 23 and 98. RGB value is (100,35,152). Sum of RGB (Red+Green+Blue) = 100+35+152=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #642398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642398 is #9BDC67. Grayscale: #434343. Windows color (decimal): -10214504 or 9970532. OLE color: 9970532.

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

Color convert

RGB 100 35 152 -
CMYK 0.34 0.77 0 0.40
HSL 273.33º 0.63% 0.37% -
HSV(B) 273.33º 0.77% 0.6% -
XYZ 11.52 6.18 30.29 -
YUV 67.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 100 35 152 0.34 0.77 0 0.40 273.33 0.63 0.37
Hex 64 23 98 22 4D 0 28 111 3F 25
Octal 144 43 230 42 115 0 50 421 77 45
Binary 1100100 100011 10011000 100010 1001101 0 101000 100010001 111111 100101

Color Harmonies of #642398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642398

Black with #642398

Text Example


Text Example

White with #642398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642398; }

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

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

background-color css

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

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

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

border-color css

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

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

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