Html Css Color HEX #6438CA Purple Heart

📋 copy color: '#6438CA'

red 100 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #6438CA

Tints of Purple Heart #6438CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 27.93%
G = 15.64%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6438CA (or 0x6438CA) is known color: Purple Heart. HEX triplet: 64, 38 and CA. RGB value is (100,56,202). Sum of RGB (Red+Green+Blue) = 100+56+202=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #6438CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438CA is #9BC735. Grayscale: #555555. Windows color (decimal): -10209078 or 13252708. OLE color: 13252708.

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

Color convert

RGB 100 56 202 -
CMYK 0.50 0.72 0 0.21
HSL 258.08º 0.58% 0.51% -
HSV(B) 258.08º 0.72% 0.79% -
XYZ 17.33 9.8 56.86 -
YUV 85.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 100 56 202 0.50 0.72 0 0.21 258.08 0.58 0.51
Hex 64 38 CA 32 48 0 15 102 3A 33
Octal 144 70 312 62 110 0 25 402 72 63
Binary 1100100 111000 11001010 110010 1001000 0 10101 100000010 111010 110011

Color Harmonies of #6438CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6438CA

Black with #6438CA

Text Example


Text Example

White with #6438CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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