Html Css Color HEX #430BB4 Purple Heart

📋 copy color: '#430BB4'

red 67 ◦ green 11 ◦ blue 180

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

Shades of Purple Heart #430BB4

Tints of Purple Heart #430BB4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 180 (70.7% from 255) = 69.77%

R = 25.97%
G = 4.26%
B = 69.77%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#430BB4 (or 0x430BB4) is known color: Purple Heart. HEX triplet: 43, 0B and B4. RGB value is (67,11,180). Sum of RGB (Red+Green+Blue) = 67+11+180=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #430BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430BB4 is #BCF44B. Grayscale: #2E2E2E. Windows color (decimal): -12383308 or 11799363. OLE color: 11799363.

HSL color Cylindrical-coordinate representation of color #430BB4: hue angle of 259.88º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BB4 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 11 180 -
CMYK 0.63 0.94 0 0.29
HSL 259.88º 0.88% 0.37% -
HSV(B) 259.88º 0.94% 0.71% -
XYZ 10.67 4.73 43.53 -
YUV 47.01 203.05 142.26 -
System Red Green Blue C M Y K H S L
Decimal 67 11 180 0.63 0.94 0 0.29 259.88 0.88 0.37
Hex 43 B B4 3F 5E 0 1D 104 58 25
Octal 103 13 264 77 136 0 35 404 130 45
Binary 1000011 1011 10110100 111111 1011110 0 11101 100000100 1011000 100101

Color Harmonies of #430BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430BB4

Black with #430BB4

Text Example


Text Example

White with #430BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,180); }

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

background-color css

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

 a { background-color: rgb(67,11,180); }

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

border-color css

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

 span { border-color: rgb(67,11,180); }

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