Html Css Color HEX #683AEA Han Purple

📋 copy color: '#683AEA'

red 104 ◦ green 58 ◦ blue 234

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

Shades of Han Purple #683AEA

Tints of Han Purple #683AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.65%

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 26.26%
G = 14.65%
B = 59.09%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#683AEA (or 0x683AEA) is known color: Han Purple. HEX triplet: 68, 3A and EA. RGB value is (104,58,234). Sum of RGB (Red+Green+Blue) = 104+58+234=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #683AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #683AEA is #97C515. Grayscale: #5B5B5B. Windows color (decimal): -9946390 or 15350376. OLE color: 15350376.

HSL color Cylindrical-coordinate representation of color #683AEA: hue angle of 255.68º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #683AEA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 58 234 -
CMYK 0.56 0.75 0 0.08
HSL 255.68º 0.81% 0.57% -
HSV(B) 255.68º 0.75% 0.92% -
XYZ 22.07 11.91 78.98 -
YUV 91.82 208.24 136.69 -
System Red Green Blue C M Y K H S L
Decimal 104 58 234 0.56 0.75 0 0.08 255.68 0.81 0.57
Hex 68 3A EA 38 4B 0 8 100 51 39
Octal 150 72 352 70 113 0 10 400 121 71
Binary 1101000 111010 11101010 111000 1001011 0 1000 100000000 1010001 111001

Color Harmonies of #683AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683AEA

Black with #683AEA

Text Example


Text Example

White with #683AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,58,234); }

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

background-color css

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

 a { background-color: rgb(104,58,234); }

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

border-color css

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

 span { border-color: rgb(104,58,234); }

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