Html Css Color HEX #6B0093 Purple

📋 copy color: '#6B0093'

red 107 ◦ green 0 ◦ blue 147

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

Shades of Purple #6B0093

Tints of Purple #6B0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 42.13%
G = 0%
B = 57.87%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B0093 (or 0x6B0093) is known color: Purple. HEX triplet: 6B, 00 and 93. RGB value is (107,0,147). Sum of RGB (Red+Green+Blue) = 107+0+147=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0093 is #94FF6C. Grayscale: #303030. Windows color (decimal): -9764717 or 9633899. OLE color: 9633899.

HSL color Cylindrical-coordinate representation of color #6B0093: hue angle of 283.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0093 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 0 147 -
CMYK 0.27 1 0 0.42
HSL 283.67º 1% 0.29% -
HSV(B) 283.67º 1% 0.58% -
XYZ 11.33 5.23 28.02 -
YUV 48.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 107 0 147 0.27 1 0 0.42 283.67 1 0.29
Hex 6B 0 93 1B 64 0 2A 11C 64 1D
Octal 153 0 223 33 144 0 52 434 144 35
Binary 1101011 0 10010011 11011 1100100 0 101010 100011100 1100100 11101

Color Harmonies of #6B0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0093

Black with #6B0093

Text Example


Text Example

White with #6B0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,0,147); }

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

background-color css

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

 a { background-color: rgb(107,0,147); }

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

border-color css

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

 span { border-color: rgb(107,0,147); }

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