Html Css Color HEX #682FB3 Purple Heart

📋 copy color: '#682FB3'

red 104 ◦ green 47 ◦ blue 179

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

Shades of Purple Heart #682FB3

Tints of Purple Heart #682FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.24%

R = 31.52%
G = 14.24%
B = 54.24%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#682FB3 (or 0x682FB3) is known color: Purple Heart. HEX triplet: 68, 2F and B3. RGB value is (104,47,179). Sum of RGB (Red+Green+Blue) = 104+47+179=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #682FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FB3 is #97D04C. Grayscale: #4E4E4E. Windows color (decimal): -9949261 or 11743080. OLE color: 11743080.

HSL color Cylindrical-coordinate representation of color #682FB3: hue angle of 265.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682FB3 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 47 179 -
CMYK 0.42 0.74 0 0.30
HSL 265.91º 0.58% 0.44% -
HSV(B) 265.91º 0.74% 0.7% -
XYZ 14.86 8.23 43.45 -
YUV 79.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 104 47 179 0.42 0.74 0 0.30 265.91 0.58 0.44
Hex 68 2F B3 2A 4A 0 1E 10A 3A 2C
Octal 150 57 263 52 112 0 36 412 72 54
Binary 1101000 101111 10110011 101010 1001010 0 11110 100001010 111010 101100

Color Harmonies of #682FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FB3

Black with #682FB3

Text Example


Text Example

White with #682FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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