Html Css Color HEX #6725EA Han Purple

📋 copy color: '#6725EA'

red 103 ◦ green 37 ◦ blue 234

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

Shades of Han Purple #6725EA

Tints of Han Purple #6725EA

RGB

 RED value IS 103 (40.63% from 255) = 27.54%

 GREEN value IS 37 (14.84% from 255) = 9.89%

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

R = 27.54%
G = 9.89%
B = 62.57%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6725EA (or 0x6725EA) is known color: Han Purple. HEX triplet: 67, 25 and EA. RGB value is (103,37,234). Sum of RGB (Red+Green+Blue) = 103+37+234=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #6725EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6725EA is #98DA15. Grayscale: #4E4E4E. Windows color (decimal): -10017302 or 15344999. OLE color: 15344999.

HSL color Cylindrical-coordinate representation of color #6725EA: hue angle of 260.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6725EA is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 37 234 -
CMYK 0.56 0.84 0 0.08
HSL 260.1º 0.82% 0.53% -
HSV(B) 260.1º 0.84% 0.92% -
XYZ 21.11 10.15 78.69 -
YUV 79.19 215.37 144.98 -
System Red Green Blue C M Y K H S L
Decimal 103 37 234 0.56 0.84 0 0.08 260.1 0.82 0.53
Hex 67 25 EA 38 54 0 8 104 52 35
Octal 147 45 352 70 124 0 10 404 122 65
Binary 1100111 100101 11101010 111000 1010100 0 1000 100000100 1010010 110101

Color Harmonies of #6725EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725EA

Black with #6725EA

Text Example


Text Example

White with #6725EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6725EA; }

 p { color: rgb(103,37,234); }

 H1.HeaderClassName
 {
   color: #6725EA;
 }
 .AnyTagClassName
 {
   color: #6725EA;
 }
</style>

background-color css

<style>
 a { background-color: #6725EA; }

 a { background-color: rgb(103,37,234); }

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

border-color css

<style>
 span { border-color: #6725EA; }

 span { border-color: rgb(103,37,234); }

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