Html Css Color HEX #6C038D Purple

📋 copy color: '#6C038D'

red 108 ◦ green 3 ◦ blue 141

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

Shades of Purple #6C038D

Tints of Purple #6C038D

RGB

 RED value IS 108 (42.58% from 255) = 42.86%

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

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

R = 42.86%
G = 1.19%
B = 55.95%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C038D (or 0x6C038D) is known color: Purple. HEX triplet: 6C, 03 and 8D. RGB value is (108,3,141). Sum of RGB (Red+Green+Blue) = 108+3+141=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C038D is #93FC72. Grayscale: #313131. Windows color (decimal): -9698419 or 9241452. OLE color: 9241452.

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

Color convert

RGB 108 3 141 -
CMYK 0.23 0.98 0 0.45
HSL 285.65º 0.96% 0.28% -
HSV(B) 285.65º 0.98% 0.55% -
XYZ 11.02 5.18 25.62 -
YUV 50.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 108 3 141 0.23 0.98 0 0.45 285.65 0.96 0.28
Hex 6C 3 8D 17 62 0 2D 11E 60 1C
Octal 154 3 215 27 142 0 55 436 140 34
Binary 1101100 11 10001101 10111 1100010 0 101101 100011110 1100000 11100

Color Harmonies of #6C038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C038D

Black with #6C038D

Text Example


Text Example

White with #6C038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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