Html Css Color HEX #6803CA Purple Heart

📋 copy color: '#6803CA'

red 104 ◦ green 3 ◦ blue 202

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

Shades of Purple Heart #6803CA

Tints of Purple Heart #6803CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 33.66%
G = 0.97%
B = 65.37%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6803CA (or 0x6803CA) is known color: Purple Heart. HEX triplet: 68, 03 and CA. RGB value is (104,3,202). Sum of RGB (Red+Green+Blue) = 104+3+202=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #6803CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803CA is #97FC35. Grayscale: #373737. Windows color (decimal): -9960502 or 13239144. OLE color: 13239144.

HSL color Cylindrical-coordinate representation of color #6803CA: hue angle of 270.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803CA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 3 202 -
CMYK 0.49 0.99 0 0.21
HSL 270.45º 0.97% 0.4% -
HSV(B) 270.45º 0.99% 0.79% -
XYZ 16.4 7.27 56.42 -
YUV 55.89 210.46 162.32 -
System Red Green Blue C M Y K H S L
Decimal 104 3 202 0.49 0.99 0 0.21 270.45 0.97 0.4
Hex 68 3 CA 31 63 0 15 10E 61 28
Octal 150 3 312 61 143 0 25 416 141 50
Binary 1101000 11 11001010 110001 1100011 0 10101 100001110 1100001 101000

Color Harmonies of #6803CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803CA

Black with #6803CA

Text Example


Text Example

White with #6803CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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