Html Css Color HEX #4425CF Purple Heart

📋 copy color: '#4425CF'

red 68 ◦ green 37 ◦ blue 207

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

Shades of Purple Heart #4425CF

Tints of Purple Heart #4425CF

RGB

 RED value IS 68 (26.95% from 255) = 21.79%

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 21.79%
G = 11.86%
B = 66.35%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4425CF (or 0x4425CF) is known color: Purple Heart. HEX triplet: 44, 25 and CF. RGB value is (68,37,207). Sum of RGB (Red+Green+Blue) = 68+37+207=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4425CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425CF is #BBDA30. Grayscale: #414141. Windows color (decimal): -12311089 or 13575492. OLE color: 13575492.

HSL color Cylindrical-coordinate representation of color #4425CF: hue angle of 250.94º 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 #4425CF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 37 207 -
CMYK 0.67 0.82 0 0.19
HSL 250.94º 0.7% 0.48% -
HSV(B) 250.94º 0.82% 0.81% -
XYZ 14.31 7.06 59.64 -
YUV 65.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 68 37 207 0.67 0.82 0 0.19 250.94 0.7 0.48
Hex 44 25 CF 43 52 0 13 FB 46 30
Octal 104 45 317 103 122 0 23 373 106 60
Binary 1000100 100101 11001111 1000011 1010010 0 10011 11111011 1000110 110000

Color Harmonies of #4425CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425CF

Black with #4425CF

Text Example


Text Example

White with #4425CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4425CF; }

 p { color: rgb(68,37,207); }

 H1.HeaderClassName
 {
   color: #4425CF;
 }
 .AnyTagClassName
 {
   color: #4425CF;
 }
</style>

background-color css

<style>
 a { background-color: #4425CF; }

 a { background-color: rgb(68,37,207); }

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

border-color css

<style>
 span { border-color: #4425CF; }

 span { border-color: rgb(68,37,207); }

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