Html Css Color HEX #6B1EA4 Royal Purple

📋 copy color: '#6B1EA4'

red 107 ◦ green 30 ◦ blue 164

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

Shades of Royal Purple #6B1EA4

Tints of Royal Purple #6B1EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 35.55%
G = 9.97%
B = 54.49%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B1EA4 (or 0x6B1EA4) is known color: Royal Purple. HEX triplet: 6B, 1E and A4. RGB value is (107,30,164). Sum of RGB (Red+Green+Blue) = 107+30+164=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B1EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1EA4 is #94E15B. Grayscale: #434343. Windows color (decimal): -9757020 or 10755691. OLE color: 10755691.

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

Color convert

RGB 107 30 164 -
CMYK 0.35 0.82 0 0.36
HSL 274.48º 0.69% 0.38% -
HSV(B) 274.48º 0.82% 0.64% -
XYZ 13.23 6.73 35.72 -
YUV 68.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 107 30 164 0.35 0.82 0 0.36 274.48 0.69 0.38
Hex 6B 1E A4 23 52 0 24 112 45 26
Octal 153 36 244 43 122 0 44 422 105 46
Binary 1101011 11110 10100100 100011 1010010 0 100100 100010010 1000101 100110

Color Harmonies of #6B1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EA4

Black with #6B1EA4

Text Example


Text Example

White with #6B1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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