Html Css Color HEX #421BC7 Purple Heart

📋 copy color: '#421BC7'

red 66 ◦ green 27 ◦ blue 199

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

Shades of Purple Heart #421BC7

Tints of Purple Heart #421BC7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.25%

 BLUE value IS 199 (78.13% from 255) = 68.15%

R = 22.6%
G = 9.25%
B = 68.15%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#421BC7 (or 0x421BC7) is known color: Purple Heart. HEX triplet: 42, 1B and C7. RGB value is (66,27,199). Sum of RGB (Red+Green+Blue) = 66+27+199=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #421BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BC7 is #BDE438. Grayscale: #393939. Windows color (decimal): -12444729 or 13048642. OLE color: 13048642.

HSL color Cylindrical-coordinate representation of color #421BC7: hue angle of 253.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421BC7 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 27 199 -
CMYK 0.67 0.86 0 0.22
HSL 253.6º 0.76% 0.44% -
HSV(B) 253.6º 0.86% 0.78% -
XYZ 12.95 6.07 54.52 -
YUV 58.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 66 27 199 0.67 0.86 0 0.22 253.6 0.76 0.44
Hex 42 1B C7 43 56 0 16 FE 4C 2C
Octal 102 33 307 103 126 0 26 376 114 54
Binary 1000010 11011 11000111 1000011 1010110 0 10110 11111110 1001100 101100

Color Harmonies of #421BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BC7

Black with #421BC7

Text Example


Text Example

White with #421BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,27,199); }

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

background-color css

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

 a { background-color: rgb(66,27,199); }

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

border-color css

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

 span { border-color: rgb(66,27,199); }

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