Html Css Color HEX #4112CB Purple Heart

📋 copy color: '#4112CB'

red 65 ◦ green 18 ◦ blue 203

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

Shades of Purple Heart #4112CB

Tints of Purple Heart #4112CB

RGB

 RED value IS 65 (25.78% from 255) = 22.73%

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 22.73%
G = 6.29%
B = 70.98%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4112CB (or 0x4112CB) is known color: Purple Heart. HEX triplet: 41, 12 and CB. RGB value is (65,18,203). Sum of RGB (Red+Green+Blue) = 65+18+203=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #4112CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4112CB is #BEED34. Grayscale: #343434. Windows color (decimal): -12512565 or 13308481. OLE color: 13308481.

HSL color Cylindrical-coordinate representation of color #4112CB: hue angle of 255.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4112CB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 18 203 -
CMYK 0.68 0.91 0 0.20
HSL 255.24º 0.84% 0.43% -
HSV(B) 255.24º 0.91% 0.8% -
XYZ 13.18 5.87 56.94 -
YUV 53.14 212.57 136.46 -
System Red Green Blue C M Y K H S L
Decimal 65 18 203 0.68 0.91 0 0.20 255.24 0.84 0.43
Hex 41 12 CB 44 5B 0 14 FF 54 2B
Octal 101 22 313 104 133 0 24 377 124 53
Binary 1000001 10010 11001011 1000100 1011011 0 10100 11111111 1010100 101011

Color Harmonies of #4112CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4112CB

Black with #4112CB

Text Example


Text Example

White with #4112CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4112CB; }

 p { color: rgb(65,18,203); }

 H1.HeaderClassName
 {
   color: #4112CB;
 }
 .AnyTagClassName
 {
   color: #4112CB;
 }
</style>

background-color css

<style>
 a { background-color: #4112CB; }

 a { background-color: rgb(65,18,203); }

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

border-color css

<style>
 span { border-color: #4112CB; }

 span { border-color: rgb(65,18,203); }

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