Html Css Color HEX #6B1EA5 Royal Purple

📋 copy color: '#6B1EA5'

red 107 ◦ green 30 ◦ blue 165

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

Shades of Royal Purple #6B1EA5

Tints of Royal Purple #6B1EA5

RGB

 RED value IS 107 (42.19% from 255) = 35.43%

 GREEN value IS 30 (12.11% from 255) = 9.93%

 BLUE value IS 165 (64.84% from 255) = 54.64%

R = 35.43%
G = 9.93%
B = 54.64%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6B1EA5 (or 0x6B1EA5) is known color: Royal Purple. HEX triplet: 6B, 1E and A5. RGB value is (107,30,165). Sum of RGB (Red+Green+Blue) = 107+30+165=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #6B1EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1EA5 is #94E15A. Grayscale: #434343. Windows color (decimal): -9757019 or 10821227. OLE color: 10821227.

HSL color Cylindrical-coordinate representation of color #6B1EA5: hue angle of 274.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1EA5 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 107 30 165 -
CMYK 0.35 0.82 0 0.35
HSL 274.22º 0.69% 0.38% -
HSV(B) 274.22º 0.82% 0.65% -
XYZ 13.32 6.77 36.2 -
YUV 68.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 107 30 165 0.35 0.82 0 0.35 274.22 0.69 0.38
Hex 6B 1E A5 23 52 0 23 112 45 26
Octal 153 36 245 43 122 0 43 422 105 46
Binary 1101011 11110 10100101 100011 1010010 0 100011 100010010 1000101 100110

Color Harmonies of #6B1EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EA5

Black with #6B1EA5

Text Example


Text Example

White with #6B1EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1EA5; }

 p { color: rgb(107,30,165); }

 H1.HeaderClassName
 {
   color: #6B1EA5;
 }
 .AnyTagClassName
 {
   color: #6B1EA5;
 }
</style>

background-color css

<style>
 a { background-color: #6B1EA5; }

 a { background-color: rgb(107,30,165); }

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

border-color css

<style>
 span { border-color: #6B1EA5; }

 span { border-color: rgb(107,30,165); }

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