Html Css Color HEX #6430BE Purple Heart

📋 copy color: '#6430BE'

red 100 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #6430BE

Tints of Purple Heart #6430BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 29.59%
G = 14.2%
B = 56.21%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6430BE (or 0x6430BE) is known color: Purple Heart. HEX triplet: 64, 30 and BE. RGB value is (100,48,190). Sum of RGB (Red+Green+Blue) = 100+48+190=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #6430BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430BE is #9BCF41. Grayscale: #4F4F4F. Windows color (decimal): -10211138 or 12464228. OLE color: 12464228.

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

Color convert

RGB 100 48 190 -
CMYK 0.47 0.75 0 0.25
HSL 261.97º 0.6% 0.47% -
HSV(B) 261.97º 0.75% 0.75% -
XYZ 15.61 8.54 49.54 -
YUV 79.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 100 48 190 0.47 0.75 0 0.25 261.97 0.6 0.47
Hex 64 30 BE 2F 4B 0 19 106 3C 2F
Octal 144 60 276 57 113 0 31 406 74 57
Binary 1100100 110000 10111110 101111 1001011 0 11001 100000110 111100 101111

Color Harmonies of #6430BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430BE

Black with #6430BE

Text Example


Text Example

White with #6430BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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