Html Css Color HEX #6243A0 Royal Purple

📋 copy color: '#6243A0'

red 98 ◦ green 67 ◦ blue 160

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

Shades of Royal Purple #6243A0

Tints of Royal Purple #6243A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 30.15%
G = 20.62%
B = 49.23%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6243A0 (or 0x6243A0) is known color: Royal Purple. HEX triplet: 62, 43 and A0. RGB value is (98,67,160). Sum of RGB (Red+Green+Blue) = 98+67+160=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #6243A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243A0 is #9DBC5F. Grayscale: #565656. Windows color (decimal): -10337376 or 10503010. OLE color: 10503010.

HSL color Cylindrical-coordinate representation of color #6243A0: hue angle of 260º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6243A0 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 67 160 -
CMYK 0.39 0.58 0 0.37
HSL 260º 0.41% 0.45% -
HSV(B) 260º 0.58% 0.63% -
XYZ 13.39 9.15 34.32 -
YUV 86.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 98 67 160 0.39 0.58 0 0.37 260 0.41 0.45
Hex 62 43 A0 27 3A 0 25 104 29 2D
Octal 142 103 240 47 72 0 45 404 51 55
Binary 1100010 1000011 10100000 100111 111010 0 100101 100000100 101001 101101

Color Harmonies of #6243A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6243A0

Black with #6243A0

Text Example


Text Example

White with #6243A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6243A0; }

 p { color: rgb(98,67,160); }

 H1.HeaderClassName
 {
   color: #6243A0;
 }
 .AnyTagClassName
 {
   color: #6243A0;
 }
</style>

background-color css

<style>
 a { background-color: #6243A0; }

 a { background-color: rgb(98,67,160); }

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

border-color css

<style>
 span { border-color: #6243A0; }

 span { border-color: rgb(98,67,160); }

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