Html Css Color HEX #430EB4 Purple Heart

📋 copy color: '#430EB4'

red 67 ◦ green 14 ◦ blue 180

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

Shades of Purple Heart #430EB4

Tints of Purple Heart #430EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 68.97%

R = 25.67%
G = 5.36%
B = 68.97%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#430EB4 (or 0x430EB4) is known color: Purple Heart. HEX triplet: 43, 0E and B4. RGB value is (67,14,180). Sum of RGB (Red+Green+Blue) = 67+14+180=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #430EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EB4 is #BCF14B. Grayscale: #303030. Windows color (decimal): -12382540 or 11800131. OLE color: 11800131.

HSL color Cylindrical-coordinate representation of color #430EB4: hue angle of 259.16º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EB4 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 14 180 -
CMYK 0.63 0.92 0 0.29
HSL 259.16º 0.86% 0.38% -
HSV(B) 259.16º 0.92% 0.71% -
XYZ 10.71 4.8 43.54 -
YUV 48.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 67 14 180 0.63 0.92 0 0.29 259.16 0.86 0.38
Hex 43 E B4 3F 5C 0 1D 103 56 26
Octal 103 16 264 77 134 0 35 403 126 46
Binary 1000011 1110 10110100 111111 1011100 0 11101 100000011 1010110 100110

Color Harmonies of #430EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EB4

Black with #430EB4

Text Example


Text Example

White with #430EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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