Html Css Color HEX #6803C0 Purple Heart

📋 copy color: '#6803C0'

red 104 ◦ green 3 ◦ blue 192

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

Shades of Purple Heart #6803C0

Tints of Purple Heart #6803C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 34.78%
G = 1%
B = 64.21%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6803C0 (or 0x6803C0) is known color: Purple Heart. HEX triplet: 68, 03 and C0. RGB value is (104,3,192). Sum of RGB (Red+Green+Blue) = 104+3+192=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #6803C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6803C0 is #97FC3F. Grayscale: #363636. Windows color (decimal): -9960512 or 12583784. OLE color: 12583784.

HSL color Cylindrical-coordinate representation of color #6803C0: hue angle of 272.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6803C0 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 3 192 -
CMYK 0.46 0.98 0 0.25
HSL 272.06º 0.97% 0.38% -
HSV(B) 272.06º 0.98% 0.75% -
XYZ 15.26 6.81 50.38 -
YUV 54.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 104 3 192 0.46 0.98 0 0.25 272.06 0.97 0.38
Hex 68 3 C0 2E 62 0 19 110 61 26
Octal 150 3 300 56 142 0 31 420 141 46
Binary 1101000 11 11000000 101110 1100010 0 11001 100010000 1100001 100110

Color Harmonies of #6803C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6803C0

Black with #6803C0

Text Example


Text Example

White with #6803C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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