Html Css Color HEX #6803AE Purple Heart

📋 copy color: '#6803AE'

red 104 ◦ green 3 ◦ blue 174

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

Shades of Purple Heart #6803AE

Tints of Purple Heart #6803AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 37.01%
G = 1.07%
B = 61.92%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6803AE (or 0x6803AE) is known color: Purple Heart. HEX triplet: 68, 03 and AE. RGB value is (104,3,174). Sum of RGB (Red+Green+Blue) = 104+3+174=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #6803AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6803AE is #97FC51. Grayscale: #343434. Windows color (decimal): -9960530 or 11404136. OLE color: 11404136.

HSL color Cylindrical-coordinate representation of color #6803AE: hue angle of 275.44º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803AE is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 3 174 -
CMYK 0.40 0.98 0 0.32
HSL 275.44º 0.97% 0.35% -
HSV(B) 275.44º 0.98% 0.68% -
XYZ 13.38 6.06 40.51 -
YUV 52.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 104 3 174 0.40 0.98 0 0.32 275.44 0.97 0.35
Hex 68 3 AE 28 62 0 20 113 61 23
Octal 150 3 256 50 142 0 40 423 141 43
Binary 1101000 11 10101110 101000 1100010 0 100000 100010011 1100001 100011

Color Harmonies of #6803AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803AE

Black with #6803AE

Text Example


Text Example

White with #6803AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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