Html Css Color HEX #4225BA Purple Heart

📋 copy color: '#4225BA'

red 66 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #4225BA

Tints of Purple Heart #4225BA

RGB

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

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

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

R = 22.84%
G = 12.8%
B = 64.36%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4225BA (or 0x4225BA) is known color: Purple Heart. HEX triplet: 42, 25 and BA. RGB value is (66,37,186). Sum of RGB (Red+Green+Blue) = 66+37+186=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #4225BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225BA is #BDDA45. Grayscale: #3E3E3E. Windows color (decimal): -12442182 or 12199234. OLE color: 12199234.

HSL color Cylindrical-coordinate representation of color #4225BA: hue angle of 251.68º 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 #4225BA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 37 186 -
CMYK 0.65 0.80 0 0.27
HSL 251.68º 0.67% 0.44% -
HSV(B) 251.68º 0.8% 0.73% -
XYZ 11.77 6.03 47 -
YUV 62.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 66 37 186 0.65 0.80 0 0.27 251.68 0.67 0.44
Hex 42 25 BA 41 50 0 1B FC 43 2C
Octal 102 45 272 101 120 0 33 374 103 54
Binary 1000010 100101 10111010 1000001 1010000 0 11011 11111100 1000011 101100

Color Harmonies of #4225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4225BA

Black with #4225BA

Text Example


Text Example

White with #4225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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