Html Css Color HEX #430EB1 Purple Heart

📋 copy color: '#430EB1'

red 67 ◦ green 14 ◦ blue 177

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

Shades of Purple Heart #430EB1

Tints of Purple Heart #430EB1

RGB

 RED value IS 67 (26.56% from 255) = 25.97%

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 177 (69.53% from 255) = 68.6%

R = 25.97%
G = 5.43%
B = 68.6%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#430EB1 (or 0x430EB1) is known color: Purple Heart. HEX triplet: 43, 0E and B1. RGB value is (67,14,177). Sum of RGB (Red+Green+Blue) = 67+14+177=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #430EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EB1 is #BCF14E. Grayscale: #2F2F2F. Windows color (decimal): -12382543 or 11603523. OLE color: 11603523.

HSL color Cylindrical-coordinate representation of color #430EB1: hue angle of 259.51º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EB1 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 14 177 -
CMYK 0.62 0.92 0 0.31
HSL 259.51º 0.85% 0.37% -
HSV(B) 259.51º 0.92% 0.69% -
XYZ 10.41 4.68 41.95 -
YUV 48.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 67 14 177 0.62 0.92 0 0.31 259.51 0.85 0.37
Hex 43 E B1 3E 5C 0 1F 104 55 25
Octal 103 16 261 76 134 0 37 404 125 45
Binary 1000011 1110 10110001 111110 1011100 0 11111 100000100 1010101 100101

Color Harmonies of #430EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EB1

Black with #430EB1

Text Example


Text Example

White with #430EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430EB1; }

 p { color: rgb(67,14,177); }

 H1.HeaderClassName
 {
   color: #430EB1;
 }
 .AnyTagClassName
 {
   color: #430EB1;
 }
</style>

background-color css

<style>
 a { background-color: #430EB1; }

 a { background-color: rgb(67,14,177); }

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

border-color css

<style>
 span { border-color: #430EB1; }

 span { border-color: rgb(67,14,177); }

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