Html Css Color HEX #4210AC Purple Heart

📋 copy color: '#4210AC'

red 66 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #4210AC

Tints of Purple Heart #4210AC

RGB

 RED value IS 66 (26.17% from 255) = 25.98%

 GREEN value IS 16 (6.64% from 255) = 6.3%

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 25.98%
G = 6.3%
B = 67.72%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4210AC (or 0x4210AC) is known color: Purple Heart. HEX triplet: 42, 10 and AC. RGB value is (66,16,172). Sum of RGB (Red+Green+Blue) = 66+16+172=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #4210AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4210AC is #BDEF53. Grayscale: #303030. Windows color (decimal): -12447572 or 11276354. OLE color: 11276354.

HSL color Cylindrical-coordinate representation of color #4210AC: hue angle of 259.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4210AC is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 16 172 -
CMYK 0.62 0.91 0 0.33
HSL 259.23º 0.83% 0.37% -
HSV(B) 259.23º 0.91% 0.67% -
XYZ 9.88 4.51 39.38 -
YUV 48.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 66 16 172 0.62 0.91 0 0.33 259.23 0.83 0.37
Hex 42 10 AC 3E 5B 0 21 103 53 25
Octal 102 20 254 76 133 0 41 403 123 45
Binary 1000010 10000 10101100 111110 1011011 0 100001 100000011 1010011 100101

Color Harmonies of #4210AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210AC

Black with #4210AC

Text Example


Text Example

White with #4210AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4210AC; }

 p { color: rgb(66,16,172); }

 H1.HeaderClassName
 {
   color: #4210AC;
 }
 .AnyTagClassName
 {
   color: #4210AC;
 }
</style>

background-color css

<style>
 a { background-color: #4210AC; }

 a { background-color: rgb(66,16,172); }

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

border-color css

<style>
 span { border-color: #4210AC; }

 span { border-color: rgb(66,16,172); }

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