Html Css Color HEX #6442AF Royal Purple

📋 copy color: '#6442AF'

red 100 ◦ green 66 ◦ blue 175

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

Shades of Royal Purple #6442AF

Tints of Royal Purple #6442AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 29.33%
G = 19.35%
B = 51.32%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6442AF (or 0x6442AF) is known color: Royal Purple. HEX triplet: 64, 42 and AF. RGB value is (100,66,175). Sum of RGB (Red+Green+Blue) = 100+66+175=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #6442AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6442AF is #9BBD50. Grayscale: #585858. Windows color (decimal): -10206545 or 11485796. OLE color: 11485796.

HSL color Cylindrical-coordinate representation of color #6442AF: hue angle of 258.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6442AF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 66 175 -
CMYK 0.43 0.62 0 0.31
HSL 258.72º 0.45% 0.47% -
HSV(B) 258.72º 0.62% 0.69% -
XYZ 14.94 9.7 41.64 -
YUV 88.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 100 66 175 0.43 0.62 0 0.31 258.72 0.45 0.47
Hex 64 42 AF 2B 3E 0 1F 103 2D 2F
Octal 144 102 257 53 76 0 37 403 55 57
Binary 1100100 1000010 10101111 101011 111110 0 11111 100000011 101101 101111

Color Harmonies of #6442AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6442AF

Black with #6442AF

Text Example


Text Example

White with #6442AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6442AF; }

 p { color: rgb(100,66,175); }

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

background-color css

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

 a { background-color: rgb(100,66,175); }

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

border-color css

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

 span { border-color: rgb(100,66,175); }

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