Html Css Color HEX #682FCF Purple Heart

📋 copy color: '#682FCF'

red 104 ◦ green 47 ◦ blue 207

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

Shades of Purple Heart #682FCF

Tints of Purple Heart #682FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 29.05%
G = 13.13%
B = 57.82%

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

#682FCF (or 0x682FCF) is known color: Purple Heart. HEX triplet: 68, 2F and CF. RGB value is (104,47,207). Sum of RGB (Red+Green+Blue) = 104+47+207=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #682FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FCF is #97D030. Grayscale: #515151. Windows color (decimal): -9949233 or 13578088. OLE color: 13578088.

HSL color Cylindrical-coordinate representation of color #682FCF: hue angle of 261.38º 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 #682FCF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 47 207 -
CMYK 0.50 0.77 0 0.19
HSL 261.38º 0.63% 0.5% -
HSV(B) 261.38º 0.77% 0.81% -
XYZ 17.99 9.48 59.91 -
YUV 82.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 104 47 207 0.50 0.77 0 0.19 261.38 0.63 0.5
Hex 68 2F CF 32 4D 0 13 105 3F 32
Octal 150 57 317 62 115 0 23 405 77 62
Binary 1101000 101111 11001111 110010 1001101 0 10011 100000101 111111 110010

Color Harmonies of #682FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FCF

Black with #682FCF

Text Example


Text Example

White with #682FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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