Html Css Color HEX #4025CE Purple Heart

📋 copy color: '#4025CE'

red 64 ◦ green 37 ◦ blue 206

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

Shades of Purple Heart #4025CE

Tints of Purple Heart #4025CE

RGB

 RED value IS 64 (25.39% from 255) = 20.85%

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 20.85%
G = 12.05%
B = 67.1%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4025CE (or 0x4025CE) is known color: Purple Heart. HEX triplet: 40, 25 and CE. RGB value is (64,37,206). Sum of RGB (Red+Green+Blue) = 64+37+206=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #4025CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4025CE is #BFDA31. Grayscale: #3F3F3F. Windows color (decimal): -12573234 or 13509952. OLE color: 13509952.

HSL color Cylindrical-coordinate representation of color #4025CE: hue angle of 249.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4025CE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 37 206 -
CMYK 0.69 0.82 0 0.19
HSL 249.59º 0.7% 0.48% -
HSV(B) 249.59º 0.82% 0.81% -
XYZ 13.92 6.87 58.98 -
YUV 64.34 207.95 127.76 -
System Red Green Blue C M Y K H S L
Decimal 64 37 206 0.69 0.82 0 0.19 249.59 0.7 0.48
Hex 40 25 CE 45 52 0 13 FA 46 30
Octal 100 45 316 105 122 0 23 372 106 60
Binary 1000000 100101 11001110 1000101 1010010 0 10011 11111010 1000110 110000

Color Harmonies of #4025CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4025CE

Black with #4025CE

Text Example


Text Example

White with #4025CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4025CE; }

 p { color: rgb(64,37,206); }

 H1.HeaderClassName
 {
   color: #4025CE;
 }
 .AnyTagClassName
 {
   color: #4025CE;
 }
</style>

background-color css

<style>
 a { background-color: #4025CE; }

 a { background-color: rgb(64,37,206); }

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

border-color css

<style>
 span { border-color: #4025CE; }

 span { border-color: rgb(64,37,206); }

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