Html Css Color HEX #642FAC Royal Purple

📋 copy color: '#642FAC'

red 100 ◦ green 47 ◦ blue 172

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

Shades of Royal Purple #642FAC

Tints of Royal Purple #642FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 31.35%
G = 14.73%
B = 53.92%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642FAC (or 0x642FAC) is known color: Royal Purple. HEX triplet: 64, 2F and AC. RGB value is (100,47,172). Sum of RGB (Red+Green+Blue) = 100+47+172=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #642FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FAC is #9BD053. Grayscale: #4C4C4C. Windows color (decimal): -10211412 or 11284324. OLE color: 11284324.

HSL color Cylindrical-coordinate representation of color #642FAC: hue angle of 265.44º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642FAC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 47 172 -
CMYK 0.42 0.73 0 0.33
HSL 265.44º 0.57% 0.43% -
HSV(B) 265.44º 0.73% 0.67% -
XYZ 13.72 7.72 39.8 -
YUV 77.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 100 47 172 0.42 0.73 0 0.33 265.44 0.57 0.43
Hex 64 2F AC 2A 49 0 21 109 39 2B
Octal 144 57 254 52 111 0 41 411 71 53
Binary 1100100 101111 10101100 101010 1001001 0 100001 100001001 111001 101011

Color Harmonies of #642FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FAC

Black with #642FAC

Text Example


Text Example

White with #642FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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