Html Css Color HEX #6801BA Purple Heart

📋 copy color: '#6801BA'

red 104 ◦ green 1 ◦ blue 186

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

Shades of Purple Heart #6801BA

Tints of Purple Heart #6801BA

RGB

 RED value IS 104 (41.02% from 255) = 35.74%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 35.74%
G = 0.34%
B = 63.92%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6801BA (or 0x6801BA) is known color: Purple Heart. HEX triplet: 68, 01 and BA. RGB value is (104,1,186). Sum of RGB (Red+Green+Blue) = 104+1+186=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #6801BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801BA is #97FE45. Grayscale: #343434. Windows color (decimal): -9961030 or 12190056. OLE color: 12190056.

HSL color Cylindrical-coordinate representation of color #6801BA: hue angle of 273.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6801BA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 1 186 -
CMYK 0.44 0.99 0 0.27
HSL 273.41º 0.99% 0.37% -
HSV(B) 273.41º 0.99% 0.73% -
XYZ 14.58 6.51 46.94 -
YUV 52.89 203.12 164.46 -
System Red Green Blue C M Y K H S L
Decimal 104 1 186 0.44 0.99 0 0.27 273.41 0.99 0.37
Hex 68 1 BA 2C 63 0 1B 111 63 25
Octal 150 1 272 54 143 0 33 421 143 45
Binary 1101000 1 10111010 101100 1100011 0 11011 100010001 1100011 100101

Color Harmonies of #6801BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801BA

Black with #6801BA

Text Example


Text Example

White with #6801BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6801BA; }

 p { color: rgb(104,1,186); }

 H1.HeaderClassName
 {
   color: #6801BA;
 }
 .AnyTagClassName
 {
   color: #6801BA;
 }
</style>

background-color css

<style>
 a { background-color: #6801BA; }

 a { background-color: rgb(104,1,186); }

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

border-color css

<style>
 span { border-color: #6801BA; }

 span { border-color: rgb(104,1,186); }

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