Html Css Color HEX #6803CE Purple Heart

📋 copy color: '#6803CE'

red 104 ◦ green 3 ◦ blue 206

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

Shades of Purple Heart #6803CE

Tints of Purple Heart #6803CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 33.23%
G = 0.96%
B = 65.81%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6803CE (or 0x6803CE) is known color: Purple Heart. HEX triplet: 68, 03 and CE. RGB value is (104,3,206). Sum of RGB (Red+Green+Blue) = 104+3+206=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #6803CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803CE is #97FC31. Grayscale: #373737. Windows color (decimal): -9960498 or 13501288. OLE color: 13501288.

HSL color Cylindrical-coordinate representation of color #6803CE: hue angle of 269.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803CE is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 3 206 -
CMYK 0.50 0.99 0 0.19
HSL 269.85º 0.97% 0.41% -
HSV(B) 269.85º 0.99% 0.81% -
XYZ 16.88 7.46 58.94 -
YUV 56.34 212.46 161.99 -
System Red Green Blue C M Y K H S L
Decimal 104 3 206 0.50 0.99 0 0.19 269.85 0.97 0.41
Hex 68 3 CE 32 63 0 13 10E 61 29
Octal 150 3 316 62 143 0 23 416 141 51
Binary 1101000 11 11001110 110010 1100011 0 10011 100001110 1100001 101001

Color Harmonies of #6803CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803CE

Black with #6803CE

Text Example


Text Example

White with #6803CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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