Html Css Color HEX #642298 Royal Purple

📋 copy color: '#642298'

red 100 ◦ green 34 ◦ blue 152

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

Shades of Royal Purple #642298

Tints of Royal Purple #642298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 34.97%
G = 11.89%
B = 53.15%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#642298 (or 0x642298) is known color: Royal Purple. HEX triplet: 64, 22 and 98. RGB value is (100,34,152). Sum of RGB (Red+Green+Blue) = 100+34+152=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #642298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642298 is #9BDD67. Grayscale: #424242. Windows color (decimal): -10214760 or 9970276. OLE color: 9970276.

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

Color convert

RGB 100 34 152 -
CMYK 0.34 0.78 0 0.40
HSL 273.56º 0.63% 0.36% -
HSV(B) 273.56º 0.78% 0.6% -
XYZ 11.5 6.12 30.28 -
YUV 67.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 100 34 152 0.34 0.78 0 0.40 273.56 0.63 0.36
Hex 64 22 98 22 4E 0 28 112 3F 24
Octal 144 42 230 42 116 0 50 422 77 44
Binary 1100100 100010 10011000 100010 1001110 0 101000 100010010 111111 100100

Color Harmonies of #642298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642298

Black with #642298

Text Example


Text Example

White with #642298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642298; }

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

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

background-color css

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

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

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

border-color css

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

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

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