Html Css Color HEX #6725FD Han Purple

📋 copy color: '#6725FD'

red 103 ◦ green 37 ◦ blue 253

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

Shades of Han Purple #6725FD

Tints of Han Purple #6725FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 26.21%
G = 9.41%
B = 64.38%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6725FD (or 0x6725FD) is known color: Han Purple. HEX triplet: 67, 25 and FD. RGB value is (103,37,253). Sum of RGB (Red+Green+Blue) = 103+37+253=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #6725FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6725FD is #98DA02. Grayscale: #505050. Windows color (decimal): -10017283 or 16590183. OLE color: 16590183.

HSL color Cylindrical-coordinate representation of color #6725FD: hue angle of 258.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6725FD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 37 253 -
CMYK 0.59 0.85 0 0.01
HSL 258.33º 0.98% 0.57% -
HSV(B) 258.33º 0.85% 0.99% -
XYZ 23.98 11.3 93.85 -
YUV 81.36 224.87 143.44 -
System Red Green Blue C M Y K H S L
Decimal 103 37 253 0.59 0.85 0 0.01 258.33 0.98 0.57
Hex 67 25 FD 3B 55 0 1 102 62 39
Octal 147 45 375 73 125 0 1 402 142 71
Binary 1100111 100101 11111101 111011 1010101 0 1 100000010 1100010 111001

Color Harmonies of #6725FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725FD

Black with #6725FD

Text Example


Text Example

White with #6725FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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