Html Css Color HEX #4124CC Purple Heart

📋 copy color: '#4124CC'

red 65 ◦ green 36 ◦ blue 204

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

Shades of Purple Heart #4124CC

Tints of Purple Heart #4124CC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

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

R = 21.31%
G = 11.8%
B = 66.89%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4124CC (or 0x4124CC) is known color: Purple Heart. HEX triplet: 41, 24 and CC. RGB value is (65,36,204). Sum of RGB (Red+Green+Blue) = 65+36+204=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #4124CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4124CC is #BEDB33. Grayscale: #3F3F3F. Windows color (decimal): -12507956 or 13378625. OLE color: 13378625.

HSL color Cylindrical-coordinate representation of color #4124CC: hue angle of 250.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4124CC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 36 204 -
CMYK 0.68 0.82 0 0.2
HSL 250.36º 0.7% 0.47% -
HSV(B) 250.36º 0.82% 0.8% -
XYZ 13.71 6.75 57.71 -
YUV 63.82 207.11 128.84 -
System Red Green Blue C M Y K H S L
Decimal 65 36 204 0.68 0.82 0 0.2 250.36 0.7 0.47
Hex 41 24 CC 44 52 0 14 FA 46 2F
Octal 101 44 314 104 122 0 24 372 106 57
Binary 1000001 100100 11001100 1000100 1010010 0 10100 11111010 1000110 101111

Color Harmonies of #4124CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124CC

Black with #4124CC

Text Example


Text Example

White with #4124CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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