Html Css Color HEX #430AD6 Han Purple

📋 copy color: '#430AD6'

red 67 ◦ green 10 ◦ blue 214

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

Shades of Han Purple #430AD6

Tints of Han Purple #430AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.54%

R = 23.02%
G = 3.44%
B = 73.54%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#430AD6 (or 0x430AD6) is known color: Han Purple. HEX triplet: 43, 0A and D6. RGB value is (67,10,214). Sum of RGB (Red+Green+Blue) = 67+10+214=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #430AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AD6 is #BCF529. Grayscale: #313131. Windows color (decimal): -12383530 or 14027331. OLE color: 14027331.

HSL color Cylindrical-coordinate representation of color #430AD6: hue angle of 256.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430AD6 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 10 214 -
CMYK 0.69 0.95 0 0.16
HSL 256.76º 0.91% 0.44% -
HSV(B) 256.76º 0.95% 0.84% -
XYZ 14.56 6.27 64.06 -
YUV 50.3 220.38 139.91 -
System Red Green Blue C M Y K H S L
Decimal 67 10 214 0.69 0.95 0 0.16 256.76 0.91 0.44
Hex 43 A D6 45 5F 0 10 101 5B 2C
Octal 103 12 326 105 137 0 20 401 133 54
Binary 1000011 1010 11010110 1000101 1011111 0 10000 100000001 1011011 101100

Color Harmonies of #430AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430AD6

Black with #430AD6

Text Example


Text Example

White with #430AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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