Html Css Color HEX #6B0390 Purple

📋 copy color: '#6B0390'

red 107 ◦ green 3 ◦ blue 144

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

Shades of Purple #6B0390

Tints of Purple #6B0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 42.13%
G = 1.18%
B = 56.69%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B0390 (or 0x6B0390) is known color: Purple. HEX triplet: 6B, 03 and 90. RGB value is (107,3,144). Sum of RGB (Red+Green+Blue) = 107+3+144=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B0390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0390 is #94FC6F. Grayscale: #313131. Windows color (decimal): -9763952 or 9438059. OLE color: 9438059.

HSL color Cylindrical-coordinate representation of color #6B0390: hue angle of 284.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0390 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 3 144 -
CMYK 0.26 0.98 0 0.44
HSL 284.26º 0.96% 0.29% -
HSV(B) 284.26º 0.98% 0.56% -
XYZ 11.13 5.2 26.8 -
YUV 50.17 180.96 168.54 -
System Red Green Blue C M Y K H S L
Decimal 107 3 144 0.26 0.98 0 0.44 284.26 0.96 0.29
Hex 6B 3 90 1A 62 0 2C 11C 60 1D
Octal 153 3 220 32 142 0 54 434 140 35
Binary 1101011 11 10010000 11010 1100010 0 101100 100011100 1100000 11101

Color Harmonies of #6B0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0390

Black with #6B0390

Text Example


Text Example

White with #6B0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,144); }

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

background-color css

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

 a { background-color: rgb(107,3,144); }

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

border-color css

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

 span { border-color: rgb(107,3,144); }

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