Html Css Color HEX #6803BA Purple Heart

📋 copy color: '#6803BA'

red 104 ◦ green 3 ◦ blue 186

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

Shades of Purple Heart #6803BA

Tints of Purple Heart #6803BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 35.49%
G = 1.02%
B = 63.48%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6803BA (or 0x6803BA) is known color: Purple Heart. HEX triplet: 68, 03 and BA. RGB value is (104,3,186). Sum of RGB (Red+Green+Blue) = 104+3+186=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #6803BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803BA is #97FC45. Grayscale: #353535. Windows color (decimal): -9960518 or 12190568. OLE color: 12190568.

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

Color convert

RGB 104 3 186 -
CMYK 0.44 0.98 0 0.27
HSL 273.11º 0.97% 0.37% -
HSV(B) 273.11º 0.98% 0.73% -
XYZ 14.6 6.55 46.95 -
YUV 54.06 202.46 163.62 -
System Red Green Blue C M Y K H S L
Decimal 104 3 186 0.44 0.98 0 0.27 273.11 0.97 0.37
Hex 68 3 BA 2C 62 0 1B 111 61 25
Octal 150 3 272 54 142 0 33 421 141 45
Binary 1101000 11 10111010 101100 1100010 0 11011 100010001 1100001 100101

Color Harmonies of #6803BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803BA

Black with #6803BA

Text Example


Text Example

White with #6803BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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