Html Css Color HEX #6423CA Purple Heart

📋 copy color: '#6423CA'

red 100 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #6423CA

Tints of Purple Heart #6423CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.94%

R = 29.67%
G = 10.39%
B = 59.94%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6423CA (or 0x6423CA) is known color: Purple Heart. HEX triplet: 64, 23 and CA. RGB value is (100,35,202). Sum of RGB (Red+Green+Blue) = 100+35+202=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #6423CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6423CA is #9BDC35. Grayscale: #484848. Windows color (decimal): -10214454 or 13247332. OLE color: 13247332.

HSL color Cylindrical-coordinate representation of color #6423CA: hue angle of 263.35º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6423CA is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 35 202 -
CMYK 0.50 0.83 0 0.21
HSL 263.35º 0.7% 0.46% -
HSV(B) 263.35º 0.83% 0.79% -
XYZ 16.52 8.18 56.58 -
YUV 73.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 100 35 202 0.50 0.83 0 0.21 263.35 0.7 0.46
Hex 64 23 CA 32 53 0 15 107 46 2E
Octal 144 43 312 62 123 0 25 407 106 56
Binary 1100100 100011 11001010 110010 1010011 0 10101 100000111 1000110 101110

Color Harmonies of #6423CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6423CA

Black with #6423CA

Text Example


Text Example

White with #6423CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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