Html Css Color HEX #6425DD Purple Heart

📋 copy color: '#6425DD'

red 100 ◦ green 37 ◦ blue 221

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

Shades of Purple Heart #6425DD

Tints of Purple Heart #6425DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 27.93%
G = 10.34%
B = 61.73%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6425DD (or 0x6425DD) is known color: Purple Heart. HEX triplet: 64, 25 and DD. RGB value is (100,37,221). Sum of RGB (Red+Green+Blue) = 100+37+221=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #6425DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6425DD is #9BDA22. Grayscale: #4C4C4C. Windows color (decimal): -10213923 or 14493028. OLE color: 14493028.

HSL color Cylindrical-coordinate representation of color #6425DD: hue angle of 260.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6425DD is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 37 221 -
CMYK 0.55 0.83 0 0.13
HSL 260.54º 0.73% 0.51% -
HSV(B) 260.54º 0.83% 0.87% -
XYZ 18.97 9.25 69.19 -
YUV 76.81 209.37 144.54 -
System Red Green Blue C M Y K H S L
Decimal 100 37 221 0.55 0.83 0 0.13 260.54 0.73 0.51
Hex 64 25 DD 37 53 0 D 105 49 33
Octal 144 45 335 67 123 0 15 405 111 63
Binary 1100100 100101 11011101 110111 1010011 0 1101 100000101 1001001 110011

Color Harmonies of #6425DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6425DD

Black with #6425DD

Text Example


Text Example

White with #6425DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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