Html Css Color HEX #6B038D Purple

📋 copy color: '#6B038D'

red 107 ◦ green 3 ◦ blue 141

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

Shades of Purple #6B038D

Tints of Purple #6B038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 42.63%
G = 1.2%
B = 56.18%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B038D (or 0x6B038D) is known color: Purple. HEX triplet: 6B, 03 and 8D. RGB value is (107,3,141). Sum of RGB (Red+Green+Blue) = 107+3+141=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B038D is #94FC72. Grayscale: #313131. Windows color (decimal): -9763955 or 9241451. OLE color: 9241451.

HSL color Cylindrical-coordinate representation of color #6B038D: hue angle of 285.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B038D is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 3 141 -
CMYK 0.24 0.98 0 0.45
HSL 285.22º 0.96% 0.28% -
HSV(B) 285.22º 0.98% 0.55% -
XYZ 10.9 5.11 25.61 -
YUV 49.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 107 3 141 0.24 0.98 0 0.45 285.22 0.96 0.28
Hex 6B 3 8D 18 62 0 2D 11D 60 1C
Octal 153 3 215 30 142 0 55 435 140 34
Binary 1101011 11 10001101 11000 1100010 0 101101 100011101 1100000 11100

Color Harmonies of #6B038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B038D

Black with #6B038D

Text Example


Text Example

White with #6B038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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