Html Css Color HEX #6241AF Royal Purple

📋 copy color: '#6241AF'

red 98 ◦ green 65 ◦ blue 175

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

Shades of Royal Purple #6241AF

Tints of Royal Purple #6241AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 28.99%
G = 19.23%
B = 51.78%

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

#6241AF (or 0x6241AF) is known color: Royal Purple. HEX triplet: 62, 41 and AF. RGB value is (98,65,175). Sum of RGB (Red+Green+Blue) = 98+65+175=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #6241AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6241AF is #9DBE50. Grayscale: #575757. Windows color (decimal): -10337873 or 11485538. OLE color: 11485538.

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

Color convert

RGB 98 65 175 -
CMYK 0.44 0.63 0 0.31
HSL 258º 0.46% 0.47% -
HSV(B) 258º 0.63% 0.69% -
XYZ 14.67 9.47 41.61 -
YUV 87.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 98 65 175 0.44 0.63 0 0.31 258 0.46 0.47
Hex 62 41 AF 2C 3F 0 1F 102 2E 2F
Octal 142 101 257 54 77 0 37 402 56 57
Binary 1100010 1000001 10101111 101100 111111 0 11111 100000010 101110 101111

Color Harmonies of #6241AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6241AF

Black with #6241AF

Text Example


Text Example

White with #6241AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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