Html Css Color HEX #430EAF Purple Heart

📋 copy color: '#430EAF'

red 67 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #430EAF

Tints of Purple Heart #430EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 26.17%
G = 5.47%
B = 68.36%

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

#430EAF (or 0x430EAF) is known color: Purple Heart. HEX triplet: 43, 0E and AF. RGB value is (67,14,175). Sum of RGB (Red+Green+Blue) = 67+14+175=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #430EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EAF is #BCF150. Grayscale: #2F2F2F. Windows color (decimal): -12382545 or 11472451. OLE color: 11472451.

HSL color Cylindrical-coordinate representation of color #430EAF: hue angle of 259.75º 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 #430EAF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 14 175 -
CMYK 0.62 0.92 0 0.31
HSL 259.75º 0.85% 0.37% -
HSV(B) 259.75º 0.92% 0.69% -
XYZ 10.21 4.6 40.91 -
YUV 48.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 67 14 175 0.62 0.92 0 0.31 259.75 0.85 0.37
Hex 43 E AF 3E 5C 0 1F 104 55 25
Octal 103 16 257 76 134 0 37 404 125 45
Binary 1000011 1110 10101111 111110 1011100 0 11111 100000100 1010101 100101

Color Harmonies of #430EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EAF

Black with #430EAF

Text Example


Text Example

White with #430EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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