Html Css Color HEX #4115CC Purple Heart

📋 copy color: '#4115CC'

red 65 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #4115CC

Tints of Purple Heart #4115CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 22.41%
G = 7.24%
B = 70.34%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4115CC (or 0x4115CC) is known color: Purple Heart. HEX triplet: 41, 15 and CC. RGB value is (65,21,204). Sum of RGB (Red+Green+Blue) = 65+21+204=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #4115CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4115CC is #BEEA33. Grayscale: #363636. Windows color (decimal): -12511796 or 13374785. OLE color: 13374785.

HSL color Cylindrical-coordinate representation of color #4115CC: hue angle of 254.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4115CC is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 21 204 -
CMYK 0.68 0.90 0 0.2
HSL 254.43º 0.81% 0.44% -
HSV(B) 254.43º 0.9% 0.8% -
XYZ 13.35 6.02 57.59 -
YUV 55.02 212.08 135.12 -
System Red Green Blue C M Y K H S L
Decimal 65 21 204 0.68 0.90 0 0.2 254.43 0.81 0.44
Hex 41 15 CC 44 5A 0 14 FE 51 2C
Octal 101 25 314 104 132 0 24 376 121 54
Binary 1000001 10101 11001100 1000100 1011010 0 10100 11111110 1010001 101100

Color Harmonies of #4115CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115CC

Black with #4115CC

Text Example


Text Example

White with #4115CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4115CC; }

 p { color: rgb(65,21,204); }

 H1.HeaderClassName
 {
   color: #4115CC;
 }
 .AnyTagClassName
 {
   color: #4115CC;
 }
</style>

background-color css

<style>
 a { background-color: #4115CC; }

 a { background-color: rgb(65,21,204); }

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

border-color css

<style>
 span { border-color: #4115CC; }

 span { border-color: rgb(65,21,204); }

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