Html Css Color HEX #412ACB Purple Heart

📋 copy color: '#412ACB'

red 65 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #412ACB

Tints of Purple Heart #412ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 20.97%
G = 13.55%
B = 65.48%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#412ACB (or 0x412ACB) is known color: Purple Heart. HEX triplet: 41, 2A and CB. RGB value is (65,42,203). Sum of RGB (Red+Green+Blue) = 65+42+203=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #412ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412ACB is #BED534. Grayscale: #424242. Windows color (decimal): -12506421 or 13314625. OLE color: 13314625.

HSL color Cylindrical-coordinate representation of color #412ACB: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412ACB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 42 203 -
CMYK 0.68 0.79 0 0.20
HSL 248.57º 0.66% 0.48% -
HSV(B) 248.57º 0.79% 0.8% -
XYZ 13.79 7.09 57.14 -
YUV 67.23 204.62 126.41 -
System Red Green Blue C M Y K H S L
Decimal 65 42 203 0.68 0.79 0 0.20 248.57 0.66 0.48
Hex 41 2A CB 44 4F 0 14 F9 42 30
Octal 101 52 313 104 117 0 24 371 102 60
Binary 1000001 101010 11001011 1000100 1001111 0 10100 11111001 1000010 110000

Color Harmonies of #412ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412ACB

Black with #412ACB

Text Example


Text Example

White with #412ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412ACB; }

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

 H1.HeaderClassName
 {
   color: #412ACB;
 }
 .AnyTagClassName
 {
   color: #412ACB;
 }
</style>

background-color css

<style>
 a { background-color: #412ACB; }

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

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

border-color css

<style>
 span { border-color: #412ACB; }

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

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