Html Css Color HEX #6800BE Purple Heart

📋 copy color: '#6800BE'

red 104 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #6800BE

Tints of Purple Heart #6800BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 35.37%
G = 0%
B = 64.63%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6800BE (or 0x6800BE) is known color: Purple Heart. HEX triplet: 68, 00 and BE. RGB value is (104,0,190). Sum of RGB (Red+Green+Blue) = 104+0+190=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #6800BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800BE is #97FF41. Grayscale: #343434. Windows color (decimal): -9961282 or 12451944. OLE color: 12451944.

HSL color Cylindrical-coordinate representation of color #6800BE: hue angle of 272.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800BE is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 0 190 -
CMYK 0.45 1 0 0.25
HSL 272.84º 1% 0.37% -
HSV(B) 272.84º 1% 0.75% -
XYZ 15 6.66 49.21 -
YUV 52.76 205.46 164.55 -
System Red Green Blue C M Y K H S L
Decimal 104 0 190 0.45 1 0 0.25 272.84 1 0.37
Hex 68 0 BE 2D 64 0 19 111 64 25
Octal 150 0 276 55 144 0 31 421 144 45
Binary 1101000 0 10111110 101101 1100100 0 11001 100010001 1100100 100101

Color Harmonies of #6800BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800BE

Black with #6800BE

Text Example


Text Example

White with #6800BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6800BE; }

 p { color: rgb(104,0,190); }

 H1.HeaderClassName
 {
   color: #6800BE;
 }
 .AnyTagClassName
 {
   color: #6800BE;
 }
</style>

background-color css

<style>
 a { background-color: #6800BE; }

 a { background-color: rgb(104,0,190); }

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

border-color css

<style>
 span { border-color: #6800BE; }

 span { border-color: rgb(104,0,190); }

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