Html Css Color HEX #6801BF Purple Heart

📋 copy color: '#6801BF'

red 104 ◦ green 1 ◦ blue 191

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

Shades of Purple Heart #6801BF

Tints of Purple Heart #6801BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 35.14%
G = 0.34%
B = 64.53%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6801BF (or 0x6801BF) is known color: Purple Heart. HEX triplet: 68, 01 and BF. RGB value is (104,1,191). Sum of RGB (Red+Green+Blue) = 104+1+191=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #6801BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801BF is #97FE40. Grayscale: #343434. Windows color (decimal): -9961025 or 12517736. OLE color: 12517736.

HSL color Cylindrical-coordinate representation of color #6801BF: hue angle of 272.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6801BF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 1 191 -
CMYK 0.46 0.99 0 0.25
HSL 272.53º 0.99% 0.38% -
HSV(B) 272.53º 0.99% 0.75% -
XYZ 15.12 6.73 49.79 -
YUV 53.46 205.62 164.05 -
System Red Green Blue C M Y K H S L
Decimal 104 1 191 0.46 0.99 0 0.25 272.53 0.99 0.38
Hex 68 1 BF 2E 63 0 19 111 63 26
Octal 150 1 277 56 143 0 31 421 143 46
Binary 1101000 1 10111111 101110 1100011 0 11001 100010001 1100011 100110

Color Harmonies of #6801BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801BF

Black with #6801BF

Text Example


Text Example

White with #6801BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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