Html Css Color HEX #6B1FA4 Royal Purple

📋 copy color: '#6B1FA4'

red 107 ◦ green 31 ◦ blue 164

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

Shades of Royal Purple #6B1FA4

Tints of Royal Purple #6B1FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 35.43%
G = 10.26%
B = 54.3%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B1FA4 (or 0x6B1FA4) is known color: Royal Purple. HEX triplet: 6B, 1F and A4. RGB value is (107,31,164). Sum of RGB (Red+Green+Blue) = 107+31+164=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B1FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1FA4 is #94E05B. Grayscale: #444444. Windows color (decimal): -9756764 or 10755947. OLE color: 10755947.

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

Color convert

RGB 107 31 164 -
CMYK 0.35 0.81 0 0.36
HSL 274.29º 0.68% 0.38% -
HSV(B) 274.29º 0.81% 0.64% -
XYZ 13.25 6.79 35.73 -
YUV 68.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 107 31 164 0.35 0.81 0 0.36 274.29 0.68 0.38
Hex 6B 1F A4 23 51 0 24 112 44 26
Octal 153 37 244 43 121 0 44 422 104 46
Binary 1101011 11111 10100100 100011 1010001 0 100100 100010010 1000100 100110

Color Harmonies of #6B1FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1FA4

Black with #6B1FA4

Text Example


Text Example

White with #6B1FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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