Html Css Color HEX #4123CA Purple Heart

📋 copy color: '#4123CA'

red 65 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #4123CA

Tints of Purple Heart #4123CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 21.52%
G = 11.59%
B = 66.89%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4123CA (or 0x4123CA) is known color: Purple Heart. HEX triplet: 41, 23 and CA. RGB value is (65,35,202). Sum of RGB (Red+Green+Blue) = 65+35+202=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #4123CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4123CA is #BEDC35. Grayscale: #3E3E3E. Windows color (decimal): -12508214 or 13247297. OLE color: 13247297.

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

Color convert

RGB 65 35 202 -
CMYK 0.68 0.83 0 0.21
HSL 250.78º 0.7% 0.46% -
HSV(B) 250.78º 0.83% 0.79% -
XYZ 13.44 6.59 56.44 -
YUV 63.01 206.44 129.42 -
System Red Green Blue C M Y K H S L
Decimal 65 35 202 0.68 0.83 0 0.21 250.78 0.7 0.46
Hex 41 23 CA 44 53 0 15 FB 46 2E
Octal 101 43 312 104 123 0 25 373 106 56
Binary 1000001 100011 11001010 1000100 1010011 0 10101 11111011 1000110 101110

Color Harmonies of #4123CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4123CA

Black with #4123CA

Text Example


Text Example

White with #4123CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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