Html Css Color HEX #683DBA Purple Heart

📋 copy color: '#683DBA'

red 104 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #683DBA

Tints of Purple Heart #683DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 29.63%
G = 17.38%
B = 52.99%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#683DBA (or 0x683DBA) is known color: Purple Heart. HEX triplet: 68, 3D and BA. RGB value is (104,61,186). Sum of RGB (Red+Green+Blue) = 104+61+186=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #683DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #683DBA is #97C245. Grayscale: #575757. Windows color (decimal): -9945670 or 12205416. OLE color: 12205416.

HSL color Cylindrical-coordinate representation of color #683DBA: hue angle of 260.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #683DBA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 61 186 -
CMYK 0.44 0.67 0 0.27
HSL 260.64º 0.51% 0.48% -
HSV(B) 260.64º 0.67% 0.73% -
XYZ 16.24 9.83 47.49 -
YUV 88.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 104 61 186 0.44 0.67 0 0.27 260.64 0.51 0.48
Hex 68 3D BA 2C 43 0 1B 105 33 30
Octal 150 75 272 54 103 0 33 405 63 60
Binary 1101000 111101 10111010 101100 1000011 0 11011 100000101 110011 110000

Color Harmonies of #683DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683DBA

Black with #683DBA

Text Example


Text Example

White with #683DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683DBA; }

 p { color: rgb(104,61,186); }

 H1.HeaderClassName
 {
   color: #683DBA;
 }
 .AnyTagClassName
 {
   color: #683DBA;
 }
</style>

background-color css

<style>
 a { background-color: #683DBA; }

 a { background-color: rgb(104,61,186); }

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

border-color css

<style>
 span { border-color: #683DBA; }

 span { border-color: rgb(104,61,186); }

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