Html Css Color HEX #430CB3 Purple Heart

📋 copy color: '#430CB3'

red 67 ◦ green 12 ◦ blue 179

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

Shades of Purple Heart #430CB3

Tints of Purple Heart #430CB3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 25.97%
G = 4.65%
B = 69.38%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#430CB3 (or 0x430CB3) is known color: Purple Heart. HEX triplet: 43, 0C and B3. RGB value is (67,12,179). Sum of RGB (Red+Green+Blue) = 67+12+179=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #430CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CB3 is #BCF34C. Grayscale: #2E2E2E. Windows color (decimal): -12383053 or 11734083. OLE color: 11734083.

HSL color Cylindrical-coordinate representation of color #430CB3: hue angle of 259.76º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CB3 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 67 12 179 -
CMYK 0.63 0.93 0 0.30
HSL 259.76º 0.87% 0.37% -
HSV(B) 259.76º 0.93% 0.7% -
XYZ 10.58 4.71 43 -
YUV 47.48 202.22 141.92 -
System Red Green Blue C M Y K H S L
Decimal 67 12 179 0.63 0.93 0 0.30 259.76 0.87 0.37
Hex 43 C B3 3F 5D 0 1E 104 57 25
Octal 103 14 263 77 135 0 36 404 127 45
Binary 1000011 1100 10110011 111111 1011101 0 11110 100000100 1010111 100101

Color Harmonies of #430CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430CB3

Black with #430CB3

Text Example


Text Example

White with #430CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,12,179); }

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

background-color css

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

 a { background-color: rgb(67,12,179); }

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

border-color css

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

 span { border-color: rgb(67,12,179); }

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