Html Css Color HEX #6800CA Purple Heart

📋 copy color: '#6800CA'

red 104 ◦ green 0 ◦ blue 202

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

Shades of Purple Heart #6800CA

Tints of Purple Heart #6800CA

RGB

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

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

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

R = 33.99%
G = 0%
B = 66.01%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6800CA (or 0x6800CA) is known color: Purple Heart. HEX triplet: 68, 00 and CA. RGB value is (104,0,202). Sum of RGB (Red+Green+Blue) = 104+0+202=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #6800CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800CA is #97FF35. Grayscale: #353535. Windows color (decimal): -9961270 or 13238376. OLE color: 13238376.

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

Color convert

RGB 104 0 202 -
CMYK 0.49 1 0 0.21
HSL 270.89º 1% 0.4% -
HSV(B) 270.89º 1% 0.79% -
XYZ 16.37 7.21 56.41 -
YUV 54.12 211.46 163.57 -
System Red Green Blue C M Y K H S L
Decimal 104 0 202 0.49 1 0 0.21 270.89 1 0.4
Hex 68 0 CA 31 64 0 15 10F 64 28
Octal 150 0 312 61 144 0 25 417 144 50
Binary 1101000 0 11001010 110001 1100100 0 10101 100001111 1100100 101000

Color Harmonies of #6800CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6800CA

Black with #6800CA

Text Example


Text Example

White with #6800CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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