Html Css Color HEX #6A258C Vivid Violet

📋 copy color: '#6A258C'

red 106 ◦ green 37 ◦ blue 140

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

Shades of Vivid Violet #6A258C

Tints of Vivid Violet #6A258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 37.46%
G = 13.07%
B = 49.47%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A258C (or 0x6A258C) is known color: Vivid Violet. HEX triplet: 6A, 25 and 8C. RGB value is (106,37,140). Sum of RGB (Red+Green+Blue) = 106+37+140=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A258C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A258C is #95DA73. Grayscale: #454545. Windows color (decimal): -9820788 or 9184618. OLE color: 9184618.

HSL color Cylindrical-coordinate representation of color #6A258C: hue angle of 280.19º 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 #6A258C is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 37 140 -
CMYK 0.24 0.74 0 0.45
HSL 280.19º 0.58% 0.35% -
HSV(B) 280.19º 0.74% 0.55% -
XYZ 11.34 6.28 25.43 -
YUV 69.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 106 37 140 0.24 0.74 0 0.45 280.19 0.58 0.35
Hex 6A 25 8C 18 4A 0 2D 118 3A 23
Octal 152 45 214 30 112 0 55 430 72 43
Binary 1101010 100101 10001100 11000 1001010 0 101101 100011000 111010 100011

Color Harmonies of #6A258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A258C

Black with #6A258C

Text Example


Text Example

White with #6A258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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