Html Css Color HEX #6425BF Purple Heart

📋 copy color: '#6425BF'

red 100 ◦ green 37 ◦ blue 191

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

Shades of Purple Heart #6425BF

Tints of Purple Heart #6425BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.23%

R = 30.49%
G = 11.28%
B = 58.23%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6425BF (or 0x6425BF) is known color: Purple Heart. HEX triplet: 64, 25 and BF. RGB value is (100,37,191). Sum of RGB (Red+Green+Blue) = 100+37+191=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #6425BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425BF is #9BDA40. Grayscale: #484848. Windows color (decimal): -10213953 or 12526948. OLE color: 12526948.

HSL color Cylindrical-coordinate representation of color #6425BF: hue angle of 264.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6425BF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 37 191 -
CMYK 0.48 0.81 0 0.25
HSL 264.55º 0.68% 0.45% -
HSV(B) 264.55º 0.81% 0.75% -
XYZ 15.32 7.79 49.99 -
YUV 73.39 194.37 146.98 -
System Red Green Blue C M Y K H S L
Decimal 100 37 191 0.48 0.81 0 0.25 264.55 0.68 0.45
Hex 64 25 BF 30 51 0 19 109 44 2D
Octal 144 45 277 60 121 0 31 411 104 55
Binary 1100100 100101 10111111 110000 1010001 0 11001 100001001 1000100 101101

Color Harmonies of #6425BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6425BF

Black with #6425BF

Text Example


Text Example

White with #6425BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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