Html Css Color HEX #6801BC Purple Heart

📋 copy color: '#6801BC'

red 104 ◦ green 1 ◦ blue 188

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

Shades of Purple Heart #6801BC

Tints of Purple Heart #6801BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 35.49%
G = 0.34%
B = 64.16%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6801BC (or 0x6801BC) is known color: Purple Heart. HEX triplet: 68, 01 and BC. RGB value is (104,1,188). Sum of RGB (Red+Green+Blue) = 104+1+188=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #6801BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801BC is #97FE43. Grayscale: #343434. Windows color (decimal): -9961028 or 12321128. OLE color: 12321128.

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

Color convert

RGB 104 1 188 -
CMYK 0.45 0.99 0 0.26
HSL 273.05º 0.99% 0.37% -
HSV(B) 273.05º 0.99% 0.74% -
XYZ 14.8 6.6 48.07 -
YUV 53.12 204.12 164.29 -
System Red Green Blue C M Y K H S L
Decimal 104 1 188 0.45 0.99 0 0.26 273.05 0.99 0.37
Hex 68 1 BC 2D 63 0 1A 111 63 25
Octal 150 1 274 55 143 0 32 421 143 45
Binary 1101000 1 10111100 101101 1100011 0 11010 100010001 1100011 100101

Color Harmonies of #6801BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801BC

Black with #6801BC

Text Example


Text Example

White with #6801BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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