Html Css Color HEX #430EBA Purple Heart

📋 copy color: '#430EBA'

red 67 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #430EBA

Tints of Purple Heart #430EBA

RGB

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

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

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

R = 25.09%
G = 5.24%
B = 69.66%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#430EBA (or 0x430EBA) is known color: Purple Heart. HEX triplet: 43, 0E and BA. RGB value is (67,14,186). Sum of RGB (Red+Green+Blue) = 67+14+186=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #430EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EBA is #BCF145. Grayscale: #303030. Windows color (decimal): -12382534 or 12193347. OLE color: 12193347.

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

Color convert

RGB 67 14 186 -
CMYK 0.64 0.92 0 0.27
HSL 258.49º 0.86% 0.39% -
HSV(B) 258.49º 0.92% 0.73% -
XYZ 11.33 5.05 46.83 -
YUV 49.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 67 14 186 0.64 0.92 0 0.27 258.49 0.86 0.39
Hex 43 E BA 40 5C 0 1B 102 56 27
Octal 103 16 272 100 134 0 33 402 126 47
Binary 1000011 1110 10111010 1000000 1011100 0 11011 100000010 1010110 100111

Color Harmonies of #430EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430EBA

Black with #430EBA

Text Example


Text Example

White with #430EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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