Html Css Color HEX #430FAE Purple Heart

📋 copy color: '#430FAE'

red 67 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #430FAE

Tints of Purple Heart #430FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 26.17%
G = 5.86%
B = 67.97%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#430FAE (or 0x430FAE) is known color: Purple Heart. HEX triplet: 43, 0F and AE. RGB value is (67,15,174). Sum of RGB (Red+Green+Blue) = 67+15+174=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #430FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FAE is #BCF051. Grayscale: #303030. Windows color (decimal): -12382290 or 11407171. OLE color: 11407171.

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

Color convert

RGB 67 15 174 -
CMYK 0.61 0.91 0 0.32
HSL 259.62º 0.84% 0.37% -
HSV(B) 259.62º 0.91% 0.68% -
XYZ 10.13 4.59 40.4 -
YUV 48.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 67 15 174 0.61 0.91 0 0.32 259.62 0.84 0.37
Hex 43 F AE 3D 5B 0 20 104 54 25
Octal 103 17 256 75 133 0 40 404 124 45
Binary 1000011 1111 10101110 111101 1011011 0 100000 100000100 1010100 100101

Color Harmonies of #430FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430FAE

Black with #430FAE

Text Example


Text Example

White with #430FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,15,174); }

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

background-color css

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

 a { background-color: rgb(67,15,174); }

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

border-color css

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

 span { border-color: rgb(67,15,174); }

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