Html Css Color HEX #430EAD Purple Heart

📋 copy color: '#430EAD'

red 67 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #430EAD

Tints of Purple Heart #430EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 26.38%
G = 5.51%
B = 68.11%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#430EAD (or 0x430EAD) is known color: Purple Heart. HEX triplet: 43, 0E and AD. RGB value is (67,14,173). Sum of RGB (Red+Green+Blue) = 67+14+173=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #430EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EAD is #BCF152. Grayscale: #2F2F2F. Windows color (decimal): -12382547 or 11341379. OLE color: 11341379.

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

Color convert

RGB 67 14 173 -
CMYK 0.61 0.92 0 0.32
HSL 260º 0.85% 0.37% -
HSV(B) 260º 0.92% 0.68% -
XYZ 10.01 4.52 39.88 -
YUV 47.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 67 14 173 0.61 0.92 0 0.32 260 0.85 0.37
Hex 43 E AD 3D 5C 0 20 104 55 25
Octal 103 16 255 75 134 0 40 404 125 45
Binary 1000011 1110 10101101 111101 1011100 0 100000 100000100 1010101 100101

Color Harmonies of #430EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EAD

Black with #430EAD

Text Example


Text Example

White with #430EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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