Html Css Color HEX #6A1F8A Vivid Violet

📋 copy color: '#6A1F8A'

red 106 ◦ green 31 ◦ blue 138

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

Shades of Vivid Violet #6A1F8A

Tints of Vivid Violet #6A1F8A

RGB

 RED value IS 106 (41.8% from 255) = 38.55%

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

 BLUE value IS 138 (54.3% from 255) = 50.18%

R = 38.55%
G = 11.27%
B = 50.18%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A1F8A (or 0x6A1F8A) is known color: Vivid Violet. HEX triplet: 6A, 1F and 8A. RGB value is (106,31,138). Sum of RGB (Red+Green+Blue) = 106+31+138=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A1F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1F8A is #95E075. Grayscale: #414141. Windows color (decimal): -9822326 or 9052010. OLE color: 9052010.

HSL color Cylindrical-coordinate representation of color #6A1F8A: hue angle of 282.06º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1F8A is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 31 138 -
CMYK 0.23 0.78 0 0.46
HSL 282.06º 0.63% 0.33% -
HSV(B) 282.06º 0.78% 0.54% -
XYZ 11.02 5.88 24.6 -
YUV 65.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 106 31 138 0.23 0.78 0 0.46 282.06 0.63 0.33
Hex 6A 1F 8A 17 4E 0 2E 11A 3F 21
Octal 152 37 212 27 116 0 56 432 77 41
Binary 1101010 11111 10001010 10111 1001110 0 101110 100011010 111111 100001

Color Harmonies of #6A1F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1F8A

Black with #6A1F8A

Text Example


Text Example

White with #6A1F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,31,138); }

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

background-color css

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

 a { background-color: rgb(106,31,138); }

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

border-color css

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

 span { border-color: rgb(106,31,138); }

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