Html Css Color HEX #6425BA Purple Heart

📋 copy color: '#6425BA'

red 100 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #6425BA

Tints of Purple Heart #6425BA

RGB

 RED value IS 100 (39.45% from 255) = 30.96%

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

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

R = 30.96%
G = 11.46%
B = 57.59%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6425BA (or 0x6425BA) is known color: Purple Heart. HEX triplet: 64, 25 and BA. RGB value is (100,37,186). Sum of RGB (Red+Green+Blue) = 100+37+186=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6425BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425BA is #9BDA45. Grayscale: #484848. Windows color (decimal): -10213958 or 12199268. OLE color: 12199268.

HSL color Cylindrical-coordinate representation of color #6425BA: hue angle of 265.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6425BA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 37 186 -
CMYK 0.46 0.80 0 0.27
HSL 265.37º 0.67% 0.44% -
HSV(B) 265.37º 0.8% 0.73% -
XYZ 14.78 7.58 47.14 -
YUV 72.82 191.87 147.38 -
System Red Green Blue C M Y K H S L
Decimal 100 37 186 0.46 0.80 0 0.27 265.37 0.67 0.44
Hex 64 25 BA 2E 50 0 1B 109 43 2C
Octal 144 45 272 56 120 0 33 411 103 54
Binary 1100100 100101 10111010 101110 1010000 0 11011 100001001 1000011 101100

Color Harmonies of #6425BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6425BA

Black with #6425BA

Text Example


Text Example

White with #6425BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6425BA; }

 p { color: rgb(100,37,186); }

 H1.HeaderClassName
 {
   color: #6425BA;
 }
 .AnyTagClassName
 {
   color: #6425BA;
 }
</style>

background-color css

<style>
 a { background-color: #6425BA; }

 a { background-color: rgb(100,37,186); }

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

border-color css

<style>
 span { border-color: #6425BA; }

 span { border-color: rgb(100,37,186); }

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