Html Css Color HEX #4426CF Purple Heart

📋 copy color: '#4426CF'

red 68 ◦ green 38 ◦ blue 207

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

Shades of Purple Heart #4426CF

Tints of Purple Heart #4426CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 21.73%
G = 12.14%
B = 66.13%

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

#4426CF (or 0x4426CF) is known color: Purple Heart. HEX triplet: 44, 26 and CF. RGB value is (68,38,207). Sum of RGB (Red+Green+Blue) = 68+38+207=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #4426CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4426CF is #BBD930. Grayscale: #414141. Windows color (decimal): -12310833 or 13575748. OLE color: 13575748.

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

Color convert

RGB 68 38 207 -
CMYK 0.67 0.82 0 0.19
HSL 250.65º 0.69% 0.48% -
HSV(B) 250.65º 0.82% 0.81% -
XYZ 14.34 7.12 59.65 -
YUV 66.24 207.44 129.26 -
System Red Green Blue C M Y K H S L
Decimal 68 38 207 0.67 0.82 0 0.19 250.65 0.69 0.48
Hex 44 26 CF 43 52 0 13 FB 45 30
Octal 104 46 317 103 122 0 23 373 105 60
Binary 1000100 100110 11001111 1000011 1010010 0 10011 11111011 1000101 110000

Color Harmonies of #4426CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426CF

Black with #4426CF

Text Example


Text Example

White with #4426CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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