Html Css Color HEX #6A258D Vivid Violet

📋 copy color: '#6A258D'

red 106 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #6A258D

Tints of Vivid Violet #6A258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 37.32%
G = 13.03%
B = 49.65%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A258D (or 0x6A258D) is known color: Vivid Violet. HEX triplet: 6A, 25 and 8D. RGB value is (106,37,141). Sum of RGB (Red+Green+Blue) = 106+37+141=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A258D is #95DA72. Grayscale: #454545. Windows color (decimal): -9820787 or 9250154. OLE color: 9250154.

HSL color Cylindrical-coordinate representation of color #6A258D: hue angle of 279.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A258D is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 37 141 -
CMYK 0.25 0.74 0 0.45
HSL 279.81º 0.58% 0.35% -
HSV(B) 279.81º 0.74% 0.55% -
XYZ 11.41 6.31 25.82 -
YUV 69.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 106 37 141 0.25 0.74 0 0.45 279.81 0.58 0.35
Hex 6A 25 8D 19 4A 0 2D 118 3A 23
Octal 152 45 215 31 112 0 55 430 72 43
Binary 1101010 100101 10001101 11001 1001010 0 101101 100011000 111010 100011

Color Harmonies of #6A258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A258D

Black with #6A258D

Text Example


Text Example

White with #6A258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,37,141); }

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

background-color css

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

 a { background-color: rgb(106,37,141); }

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

border-color css

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

 span { border-color: rgb(106,37,141); }

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