Html Css Color HEX #6342AF Royal Purple

📋 copy color: '#6342AF'

red 99 ◦ green 66 ◦ blue 175

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

Shades of Royal Purple #6342AF

Tints of Royal Purple #6342AF

RGB

 RED value IS 99 (39.06% from 255) = 29.12%

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

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

R = 29.12%
G = 19.41%
B = 51.47%

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

#6342AF (or 0x6342AF) is known color: Royal Purple. HEX triplet: 63, 42 and AF. RGB value is (99,66,175). Sum of RGB (Red+Green+Blue) = 99+66+175=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #6342AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6342AF is #9CBD50. Grayscale: #575757. Windows color (decimal): -10272081 or 11485795. OLE color: 11485795.

HSL color Cylindrical-coordinate representation of color #6342AF: hue angle of 258.17º 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 #6342AF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 66 175 -
CMYK 0.43 0.62 0 0.31
HSL 258.17º 0.45% 0.47% -
HSV(B) 258.17º 0.62% 0.69% -
XYZ 14.83 9.64 41.64 -
YUV 88.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 99 66 175 0.43 0.62 0 0.31 258.17 0.45 0.47
Hex 63 42 AF 2B 3E 0 1F 102 2D 2F
Octal 143 102 257 53 76 0 37 402 55 57
Binary 1100011 1000010 10101111 101011 111110 0 11111 100000010 101101 101111

Color Harmonies of #6342AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6342AF

Black with #6342AF

Text Example


Text Example

White with #6342AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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