Html Css Color HEX #430ABA Purple Heart

📋 copy color: '#430ABA'

red 67 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #430ABA

Tints of Purple Heart #430ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 25.48%
G = 3.8%
B = 70.72%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#430ABA (or 0x430ABA) is known color: Purple Heart. HEX triplet: 43, 0A and BA. RGB value is (67,10,186). Sum of RGB (Red+Green+Blue) = 67+10+186=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #430ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ABA is #BCF545. Grayscale: #2E2E2E. Windows color (decimal): -12383558 or 12192323. OLE color: 12192323.

HSL color Cylindrical-coordinate representation of color #430ABA: hue angle of 259.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ABA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 10 186 -
CMYK 0.64 0.95 0 0.27
HSL 259.43º 0.9% 0.38% -
HSV(B) 259.43º 0.95% 0.73% -
XYZ 11.29 4.96 46.82 -
YUV 47.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 67 10 186 0.64 0.95 0 0.27 259.43 0.9 0.38
Hex 43 A BA 40 5F 0 1B 103 5A 26
Octal 103 12 272 100 137 0 33 403 132 46
Binary 1000011 1010 10111010 1000000 1011111 0 11011 100000011 1011010 100110

Color Harmonies of #430ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430ABA

Black with #430ABA

Text Example


Text Example

White with #430ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,10,186); }

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

background-color css

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

 a { background-color: rgb(67,10,186); }

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

border-color css

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

 span { border-color: rgb(67,10,186); }

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