Html Css Color HEX #680CCA Purple Heart

📋 copy color: '#680CCA'

red 104 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #680CCA

Tints of Purple Heart #680CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.77%

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

R = 32.7%
G = 3.77%
B = 63.52%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#680CCA (or 0x680CCA) is known color: Purple Heart. HEX triplet: 68, 0C and CA. RGB value is (104,12,202). Sum of RGB (Red+Green+Blue) = 104+12+202=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #680CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CCA is #97F335. Grayscale: #3C3C3C. Windows color (decimal): -9958198 or 13241448. OLE color: 13241448.

HSL color Cylindrical-coordinate representation of color #680CCA: hue angle of 269.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680CCA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 12 202 -
CMYK 0.49 0.94 0 0.21
HSL 269.05º 0.89% 0.42% -
HSV(B) 269.05º 0.94% 0.79% -
XYZ 16.5 7.47 56.45 -
YUV 61.17 207.48 158.55 -
System Red Green Blue C M Y K H S L
Decimal 104 12 202 0.49 0.94 0 0.21 269.05 0.89 0.42
Hex 68 C CA 31 5E 0 15 10D 59 2A
Octal 150 14 312 61 136 0 25 415 131 52
Binary 1101000 1100 11001010 110001 1011110 0 10101 100001101 1011001 101010

Color Harmonies of #680CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CCA

Black with #680CCA

Text Example


Text Example

White with #680CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680CCA; }

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

 H1.HeaderClassName
 {
   color: #680CCA;
 }
 .AnyTagClassName
 {
   color: #680CCA;
 }
</style>

background-color css

<style>
 a { background-color: #680CCA; }

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

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

border-color css

<style>
 span { border-color: #680CCA; }

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

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