Html Css Color HEX #4127CA Purple Heart

📋 copy color: '#4127CA'

red 65 ◦ green 39 ◦ blue 202

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

Shades of Purple Heart #4127CA

Tints of Purple Heart #4127CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 202 (79.3% from 255) = 66.01%

R = 21.24%
G = 12.75%
B = 66.01%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4127CA (or 0x4127CA) is known color: Purple Heart. HEX triplet: 41, 27 and CA. RGB value is (65,39,202). Sum of RGB (Red+Green+Blue) = 65+39+202=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #4127CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4127CA is #BED835. Grayscale: #404040. Windows color (decimal): -12507190 or 13248321. OLE color: 13248321.

HSL color Cylindrical-coordinate representation of color #4127CA: hue angle of 249.57º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4127CA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 39 202 -
CMYK 0.68 0.81 0 0.21
HSL 249.57º 0.68% 0.47% -
HSV(B) 249.57º 0.81% 0.79% -
XYZ 13.57 6.84 56.48 -
YUV 65.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 65 39 202 0.68 0.81 0 0.21 249.57 0.68 0.47
Hex 41 27 CA 44 51 0 15 FA 44 2F
Octal 101 47 312 104 121 0 25 372 104 57
Binary 1000001 100111 11001010 1000100 1010001 0 10101 11111010 1000100 101111

Color Harmonies of #4127CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4127CA

Black with #4127CA

Text Example


Text Example

White with #4127CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4127CA; }

 p { color: rgb(65,39,202); }

 H1.HeaderClassName
 {
   color: #4127CA;
 }
 .AnyTagClassName
 {
   color: #4127CA;
 }
</style>

background-color css

<style>
 a { background-color: #4127CA; }

 a { background-color: rgb(65,39,202); }

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

border-color css

<style>
 span { border-color: #4127CA; }

 span { border-color: rgb(65,39,202); }

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