Html Css Color HEX #6240AF Royal Purple

📋 copy color: '#6240AF'

red 98 ◦ green 64 ◦ blue 175

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

Shades of Royal Purple #6240AF

Tints of Royal Purple #6240AF

RGB

 RED value IS 98 (38.67% from 255) = 29.08%

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 29.08%
G = 18.99%
B = 51.93%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6240AF (or 0x6240AF) is known color: Royal Purple. HEX triplet: 62, 40 and AF. RGB value is (98,64,175). Sum of RGB (Red+Green+Blue) = 98+64+175=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #6240AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6240AF is #9DBF50. Grayscale: #565656. Windows color (decimal): -10338129 or 11485282. OLE color: 11485282.

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

Color convert

RGB 98 64 175 -
CMYK 0.44 0.63 0 0.31
HSL 258.38º 0.46% 0.47% -
HSV(B) 258.38º 0.63% 0.69% -
XYZ 14.61 9.36 41.59 -
YUV 86.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 98 64 175 0.44 0.63 0 0.31 258.38 0.46 0.47
Hex 62 40 AF 2C 3F 0 1F 102 2E 2F
Octal 142 100 257 54 77 0 37 402 56 57
Binary 1100010 1000000 10101111 101100 111111 0 11111 100000010 101110 101111

Color Harmonies of #6240AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6240AF

Black with #6240AF

Text Example


Text Example

White with #6240AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,64,175); }

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

background-color css

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

 a { background-color: rgb(98,64,175); }

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

border-color css

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

 span { border-color: rgb(98,64,175); }

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