Html Css Color HEX #4225B4 Purple Heart

📋 copy color: '#4225B4'

red 66 ◦ green 37 ◦ blue 180

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

Shades of Purple Heart #4225B4

Tints of Purple Heart #4225B4

RGB

 RED value IS 66 (26.17% from 255) = 23.32%

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

 BLUE value IS 180 (70.7% from 255) = 63.6%

R = 23.32%
G = 13.07%
B = 63.6%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4225B4 (or 0x4225B4) is known color: Purple Heart. HEX triplet: 42, 25 and B4. RGB value is (66,37,180). Sum of RGB (Red+Green+Blue) = 66+37+180=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #4225B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225B4 is #BDDA4B. Grayscale: #3D3D3D. Windows color (decimal): -12442188 or 11806018. OLE color: 11806018.

HSL color Cylindrical-coordinate representation of color #4225B4: hue angle of 252.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4225B4 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 37 180 -
CMYK 0.63 0.79 0 0.29
HSL 252.17º 0.66% 0.43% -
HSV(B) 252.17º 0.79% 0.71% -
XYZ 11.15 5.78 43.71 -
YUV 61.97 194.61 130.87 -
System Red Green Blue C M Y K H S L
Decimal 66 37 180 0.63 0.79 0 0.29 252.17 0.66 0.43
Hex 42 25 B4 3F 4F 0 1D FC 42 2B
Octal 102 45 264 77 117 0 35 374 102 53
Binary 1000010 100101 10110100 111111 1001111 0 11101 11111100 1000010 101011

Color Harmonies of #4225B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4225B4

Black with #4225B4

Text Example


Text Example

White with #4225B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4225B4; }

 p { color: rgb(66,37,180); }

 H1.HeaderClassName
 {
   color: #4225B4;
 }
 .AnyTagClassName
 {
   color: #4225B4;
 }
</style>

background-color css

<style>
 a { background-color: #4225B4; }

 a { background-color: rgb(66,37,180); }

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

border-color css

<style>
 span { border-color: #4225B4; }

 span { border-color: rgb(66,37,180); }

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