Html Css Color HEX #6A258E Vivid Violet

📋 copy color: '#6A258E'

red 106 ◦ green 37 ◦ blue 142

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

Shades of Vivid Violet #6A258E

Tints of Vivid Violet #6A258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 37.19%
G = 12.98%
B = 49.82%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6A258E (or 0x6A258E) is known color: Vivid Violet. HEX triplet: 6A, 25 and 8E. RGB value is (106,37,142). Sum of RGB (Red+Green+Blue) = 106+37+142=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A258E is #95DA71. Grayscale: #454545. Windows color (decimal): -9820786 or 9315690. OLE color: 9315690.

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

Color convert

RGB 106 37 142 -
CMYK 0.25 0.74 0 0.44
HSL 279.43º 0.59% 0.35% -
HSV(B) 279.43º 0.74% 0.56% -
XYZ 11.49 6.34 26.21 -
YUV 69.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 106 37 142 0.25 0.74 0 0.44 279.43 0.59 0.35
Hex 6A 25 8E 19 4A 0 2C 117 3B 23
Octal 152 45 216 31 112 0 54 427 73 43
Binary 1101010 100101 10001110 11001 1001010 0 101100 100010111 111011 100011

Color Harmonies of #6A258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A258E

Black with #6A258E

Text Example


Text Example

White with #6A258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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