Html Css Color HEX #682FCE Purple Heart

📋 copy color: '#682FCE'

red 104 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #682FCE

Tints of Purple Heart #682FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.17%

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 29.13%
G = 13.17%
B = 57.7%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#682FCE (or 0x682FCE) is known color: Purple Heart. HEX triplet: 68, 2F and CE. RGB value is (104,47,206). Sum of RGB (Red+Green+Blue) = 104+47+206=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #682FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FCE is #97D031. Grayscale: #515151. Windows color (decimal): -9949234 or 13512552. OLE color: 13512552.

HSL color Cylindrical-coordinate representation of color #682FCE: hue angle of 261.51º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682FCE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 47 206 -
CMYK 0.50 0.77 0 0.19
HSL 261.51º 0.63% 0.5% -
HSV(B) 261.51º 0.77% 0.81% -
XYZ 17.87 9.43 59.27 -
YUV 82.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 104 47 206 0.50 0.77 0 0.19 261.51 0.63 0.5
Hex 68 2F CE 32 4D 0 13 106 3F 32
Octal 150 57 316 62 115 0 23 406 77 62
Binary 1101000 101111 11001110 110010 1001101 0 10011 100000110 111111 110010

Color Harmonies of #682FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FCE

Black with #682FCE

Text Example


Text Example

White with #682FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682FCE; }

 p { color: rgb(104,47,206); }

 H1.HeaderClassName
 {
   color: #682FCE;
 }
 .AnyTagClassName
 {
   color: #682FCE;
 }
</style>

background-color css

<style>
 a { background-color: #682FCE; }

 a { background-color: rgb(104,47,206); }

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

border-color css

<style>
 span { border-color: #682FCE; }

 span { border-color: rgb(104,47,206); }

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