Html Css Color HEX #6B0492 Purple

📋 copy color: '#6B0492'

red 107 ◦ green 4 ◦ blue 146

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

Shades of Purple #6B0492

Tints of Purple #6B0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 41.63%
G = 1.56%
B = 56.81%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B0492 (or 0x6B0492) is known color: Purple. HEX triplet: 6B, 04 and 92. RGB value is (107,4,146). Sum of RGB (Red+Green+Blue) = 107+4+146=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B0492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0492 is #94FB6D. Grayscale: #323232. Windows color (decimal): -9763694 or 9569387. OLE color: 9569387.

HSL color Cylindrical-coordinate representation of color #6B0492: hue angle of 283.52º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0492 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 4 146 -
CMYK 0.27 0.97 0 0.43
HSL 283.52º 0.95% 0.29% -
HSV(B) 283.52º 0.97% 0.57% -
XYZ 11.3 5.29 27.62 -
YUV 50.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 107 4 146 0.27 0.97 0 0.43 283.52 0.95 0.29
Hex 6B 4 92 1B 61 0 2B 11C 5F 1D
Octal 153 4 222 33 141 0 53 434 137 35
Binary 1101011 100 10010010 11011 1100001 0 101011 100011100 1011111 11101

Color Harmonies of #6B0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0492

Black with #6B0492

Text Example


Text Example

White with #6B0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,146); }

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

background-color css

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

 a { background-color: rgb(107,4,146); }

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

border-color css

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

 span { border-color: rgb(107,4,146); }

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