Html Css Color HEX #6423AF Purple Heart

📋 copy color: '#6423AF'

red 100 ◦ green 35 ◦ blue 175

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

Shades of Purple Heart #6423AF

Tints of Purple Heart #6423AF

RGB

 RED value IS 100 (39.45% from 255) = 32.26%

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 32.26%
G = 11.29%
B = 56.45%

CMYK

 C value IS 0.43

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6423AF (or 0x6423AF) is known color: Purple Heart. HEX triplet: 64, 23 and AF. RGB value is (100,35,175). Sum of RGB (Red+Green+Blue) = 100+35+175=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6423AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6423AF is #9BDC50. Grayscale: #454545. Windows color (decimal): -10214481 or 11477860. OLE color: 11477860.

HSL color Cylindrical-coordinate representation of color #6423AF: hue angle of 267.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6423AF is Cyan = 0.43, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 35 175 -
CMYK 0.43 0.8 0 0.31
HSL 267.86º 0.67% 0.41% -
HSV(B) 267.86º 0.8% 0.69% -
XYZ 13.59 7.01 41.19 -
YUV 70.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 100 35 175 0.43 0.8 0 0.31 267.86 0.67 0.41
Hex 64 23 AF 2B 50 0 1F 10C 43 29
Octal 144 43 257 53 120 0 37 414 103 51
Binary 1100100 100011 10101111 101011 1010000 0 11111 100001100 1000011 101001

Color Harmonies of #6423AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6423AF

Black with #6423AF

Text Example


Text Example

White with #6423AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6423AF; }

 p { color: rgb(100,35,175); }

 H1.HeaderClassName
 {
   color: #6423AF;
 }
 .AnyTagClassName
 {
   color: #6423AF;
 }
</style>

background-color css

<style>
 a { background-color: #6423AF; }

 a { background-color: rgb(100,35,175); }

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

border-color css

<style>
 span { border-color: #6423AF; }

 span { border-color: rgb(100,35,175); }

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