Html Css Color HEX #6043AB Royal Purple

📋 copy color: '#6043AB'

red 96 ◦ green 67 ◦ blue 171

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

Shades of Royal Purple #6043AB

Tints of Royal Purple #6043AB

RGB

 RED value IS 96 (37.89% from 255) = 28.74%

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 28.74%
G = 20.06%
B = 51.2%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6043AB (or 0x6043AB) is known color: Royal Purple. HEX triplet: 60, 43 and AB. RGB value is (96,67,171). Sum of RGB (Red+Green+Blue) = 96+67+171=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #6043AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6043AB is #9FBC54. Grayscale: #575757. Windows color (decimal): -10468437 or 11223904. OLE color: 11223904.

HSL color Cylindrical-coordinate representation of color #6043AB: hue angle of 256.73º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6043AB is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 67 171 -
CMYK 0.44 0.61 0 0.33
HSL 256.73º 0.44% 0.47% -
HSV(B) 256.73º 0.61% 0.67% -
XYZ 14.18 9.44 39.6 -
YUV 87.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 96 67 171 0.44 0.61 0 0.33 256.73 0.44 0.47
Hex 60 43 AB 2C 3D 0 21 101 2C 2F
Octal 140 103 253 54 75 0 41 401 54 57
Binary 1100000 1000011 10101011 101100 111101 0 100001 100000001 101100 101111

Color Harmonies of #6043AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6043AB

Black with #6043AB

Text Example


Text Example

White with #6043AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6043AB; }

 p { color: rgb(96,67,171); }

 H1.HeaderClassName
 {
   color: #6043AB;
 }
 .AnyTagClassName
 {
   color: #6043AB;
 }
</style>

background-color css

<style>
 a { background-color: #6043AB; }

 a { background-color: rgb(96,67,171); }

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

border-color css

<style>
 span { border-color: #6043AB; }

 span { border-color: rgb(96,67,171); }

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