Html Css Color HEX #6800C5 Purple Heart

📋 copy color: '#6800C5'

red 104 ◦ green 0 ◦ blue 197

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

Shades of Purple Heart #6800C5

Tints of Purple Heart #6800C5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 197 (77.34% from 255) = 65.45%

R = 34.55%
G = 0%
B = 65.45%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6800C5 (or 0x6800C5) is known color: Purple Heart. HEX triplet: 68, 00 and C5. RGB value is (104,0,197). Sum of RGB (Red+Green+Blue) = 104+0+197=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #6800C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800C5 is #97FF3A. Grayscale: #343434. Windows color (decimal): -9961275 or 12910696. OLE color: 12910696.

HSL color Cylindrical-coordinate representation of color #6800C5: hue angle of 271.68º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800C5 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 0 197 -
CMYK 0.47 1 0 0.23
HSL 271.68º 1% 0.39% -
HSV(B) 271.68º 1% 0.77% -
XYZ 15.79 6.97 53.34 -
YUV 53.55 208.96 163.98 -
System Red Green Blue C M Y K H S L
Decimal 104 0 197 0.47 1 0 0.23 271.68 1 0.39
Hex 68 0 C5 2F 64 0 17 110 64 27
Octal 150 0 305 57 144 0 27 420 144 47
Binary 1101000 0 11000101 101111 1100100 0 10111 100010000 1100100 100111

Color Harmonies of #6800C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800C5

Black with #6800C5

Text Example


Text Example

White with #6800C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6800C5; }

 p { color: rgb(104,0,197); }

 H1.HeaderClassName
 {
   color: #6800C5;
 }
 .AnyTagClassName
 {
   color: #6800C5;
 }
</style>

background-color css

<style>
 a { background-color: #6800C5; }

 a { background-color: rgb(104,0,197); }

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

border-color css

<style>
 span { border-color: #6800C5; }

 span { border-color: rgb(104,0,197); }

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