Html Css Color HEX #642F99 Royal Purple

📋 copy color: '#642F99'

red 100 ◦ green 47 ◦ blue 153

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

Shades of Royal Purple #642F99

Tints of Royal Purple #642F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 33.33%
G = 15.67%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#642F99 (or 0x642F99) is known color: Royal Purple. HEX triplet: 64, 2F and 99. RGB value is (100,47,153). Sum of RGB (Red+Green+Blue) = 100+47+153=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #642F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F99 is #9BD066. Grayscale: #4A4A4A. Windows color (decimal): -10211431 or 10039140. OLE color: 10039140.

HSL color Cylindrical-coordinate representation of color #642F99: hue angle of 270º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642F99 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 47 153 -
CMYK 0.35 0.69 0 0.4
HSL 270º 0.53% 0.39% -
HSV(B) 270º 0.69% 0.6% -
XYZ 12.02 7.04 30.86 -
YUV 74.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 100 47 153 0.35 0.69 0 0.4 270 0.53 0.39
Hex 64 2F 99 23 45 0 28 10E 35 27
Octal 144 57 231 43 105 0 50 416 65 47
Binary 1100100 101111 10011001 100011 1000101 0 101000 100001110 110101 100111

Color Harmonies of #642F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F99

Black with #642F99

Text Example


Text Example

White with #642F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F99; }

 p { color: rgb(100,47,153); }

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

background-color css

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

 a { background-color: rgb(100,47,153); }

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

border-color css

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

 span { border-color: rgb(100,47,153); }

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