Html Css Color HEX #6430C1 Purple Heart

📋 copy color: '#6430C1'

red 100 ◦ green 48 ◦ blue 193

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

Shades of Purple Heart #6430C1

Tints of Purple Heart #6430C1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

 BLUE value IS 193 (75.78% from 255) = 56.6%

R = 29.33%
G = 14.08%
B = 56.6%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6430C1 (or 0x6430C1) is known color: Purple Heart. HEX triplet: 64, 30 and C1. RGB value is (100,48,193). Sum of RGB (Red+Green+Blue) = 100+48+193=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #6430C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430C1 is #9BCF3E. Grayscale: #4F4F4F. Windows color (decimal): -10211135 or 12660836. OLE color: 12660836.

HSL color Cylindrical-coordinate representation of color #6430C1: hue angle of 261.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6430C1 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 48 193 -
CMYK 0.48 0.75 0 0.24
HSL 261.52º 0.6% 0.47% -
HSV(B) 261.52º 0.75% 0.76% -
XYZ 15.94 8.67 51.29 -
YUV 80.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 100 48 193 0.48 0.75 0 0.24 261.52 0.6 0.47
Hex 64 30 C1 30 4B 0 18 106 3C 2F
Octal 144 60 301 60 113 0 30 406 74 57
Binary 1100100 110000 11000001 110000 1001011 0 11000 100000110 111100 101111

Color Harmonies of #6430C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430C1

Black with #6430C1

Text Example


Text Example

White with #6430C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6430C1; }

 p { color: rgb(100,48,193); }

 H1.HeaderClassName
 {
   color: #6430C1;
 }
 .AnyTagClassName
 {
   color: #6430C1;
 }
</style>

background-color css

<style>
 a { background-color: #6430C1; }

 a { background-color: rgb(100,48,193); }

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

border-color css

<style>
 span { border-color: #6430C1; }

 span { border-color: rgb(100,48,193); }

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