Html Css Color HEX #642DAB Royal Purple

📋 copy color: '#642DAB'

red 100 ◦ green 45 ◦ blue 171

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

Shades of Royal Purple #642DAB

Tints of Royal Purple #642DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 31.65%
G = 14.24%
B = 54.11%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#642DAB (or 0x642DAB) is known color: Royal Purple. HEX triplet: 64, 2D and AB. RGB value is (100,45,171). Sum of RGB (Red+Green+Blue) = 100+45+171=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #642DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DAB is #9BD254. Grayscale: #4B4B4B. Windows color (decimal): -10211925 or 11218276. OLE color: 11218276.

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

Color convert

RGB 100 45 171 -
CMYK 0.42 0.74 0 0.33
HSL 266.19º 0.58% 0.42% -
HSV(B) 266.19º 0.74% 0.67% -
XYZ 13.54 7.53 39.27 -
YUV 75.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 100 45 171 0.42 0.74 0 0.33 266.19 0.58 0.42
Hex 64 2D AB 2A 4A 0 21 10A 3A 2A
Octal 144 55 253 52 112 0 41 412 72 52
Binary 1100100 101101 10101011 101010 1001010 0 100001 100001010 111010 101010

Color Harmonies of #642DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DAB

Black with #642DAB

Text Example


Text Example

White with #642DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,45,171); }

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

background-color css

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

 a { background-color: rgb(100,45,171); }

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

border-color css

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

 span { border-color: rgb(100,45,171); }

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