Html Css Color HEX #421ECB Purple Heart

📋 copy color: '#421ECB'

red 66 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #421ECB

Tints of Purple Heart #421ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 22.07%
G = 10.03%
B = 67.89%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#421ECB (or 0x421ECB) is known color: Purple Heart. HEX triplet: 42, 1E and CB. RGB value is (66,30,203). Sum of RGB (Red+Green+Blue) = 66+30+203=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #421ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ECB is #BDE134. Grayscale: #3B3B3B. Windows color (decimal): -12443957 or 13311554. OLE color: 13311554.

HSL color Cylindrical-coordinate representation of color #421ECB: hue angle of 252.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421ECB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 30 203 -
CMYK 0.67 0.85 0 0.20
HSL 252.49º 0.74% 0.46% -
HSV(B) 252.49º 0.85% 0.8% -
XYZ 13.49 6.4 57.02 -
YUV 60.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 66 30 203 0.67 0.85 0 0.20 252.49 0.74 0.46
Hex 42 1E CB 43 55 0 14 FC 4A 2E
Octal 102 36 313 103 125 0 24 374 112 56
Binary 1000010 11110 11001011 1000011 1010101 0 10100 11111100 1001010 101110

Color Harmonies of #421ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421ECB

Black with #421ECB

Text Example


Text Example

White with #421ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421ECB; }

 p { color: rgb(66,30,203); }

 H1.HeaderClassName
 {
   color: #421ECB;
 }
 .AnyTagClassName
 {
   color: #421ECB;
 }
</style>

background-color css

<style>
 a { background-color: #421ECB; }

 a { background-color: rgb(66,30,203); }

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

border-color css

<style>
 span { border-color: #421ECB; }

 span { border-color: rgb(66,30,203); }

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