Html Css Color HEX #6C05BA Purple Heart

📋 copy color: '#6C05BA'

red 108 ◦ green 5 ◦ blue 186

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

Shades of Purple Heart #6C05BA

Tints of Purple Heart #6C05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 36.12%
G = 1.67%
B = 62.21%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C05BA (or 0x6C05BA) is known color: Purple Heart. HEX triplet: 6C, 05 and BA. RGB value is (108,5,186). Sum of RGB (Red+Green+Blue) = 108+5+186=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05BA is #93FA45. Grayscale: #373737. Windows color (decimal): -9697862 or 12191084. OLE color: 12191084.

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

Color convert

RGB 108 5 186 -
CMYK 0.42 0.97 0 0.27
HSL 274.14º 0.95% 0.37% -
HSV(B) 274.14º 0.97% 0.73% -
XYZ 15.1 6.84 46.98 -
YUV 56.43 201.12 164.78 -
System Red Green Blue C M Y K H S L
Decimal 108 5 186 0.42 0.97 0 0.27 274.14 0.95 0.37
Hex 6C 5 BA 2A 61 0 1B 112 5F 25
Octal 154 5 272 52 141 0 33 422 137 45
Binary 1101100 101 10111010 101010 1100001 0 11011 100010010 1011111 100101

Color Harmonies of #6C05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C05BA

Black with #6C05BA

Text Example


Text Example

White with #6C05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,186); }

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

background-color css

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

 a { background-color: rgb(108,5,186); }

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

border-color css

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

 span { border-color: rgb(108,5,186); }

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