Html Css Color HEX #6340CE Purple Heart

📋 copy color: '#6340CE'

red 99 ◦ green 64 ◦ blue 206

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

Shades of Purple Heart #6340CE

Tints of Purple Heart #6340CE

RGB

 RED value IS 99 (39.06% from 255) = 26.83%

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 26.83%
G = 17.34%
B = 55.83%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6340CE (or 0x6340CE) is known color: Purple Heart. HEX triplet: 63, 40 and CE. RGB value is (99,64,206). Sum of RGB (Red+Green+Blue) = 99+64+206=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #6340CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340CE is #9CBF31. Grayscale: #5A5A5A. Windows color (decimal): -10272562 or 13516899. OLE color: 13516899.

HSL color Cylindrical-coordinate representation of color #6340CE: hue angle of 254.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6340CE is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 64 206 -
CMYK 0.52 0.69 0 0.19
HSL 254.79º 0.59% 0.53% -
HSV(B) 254.79º 0.69% 0.81% -
XYZ 18.12 10.78 59.52 -
YUV 90.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 99 64 206 0.52 0.69 0 0.19 254.79 0.59 0.53
Hex 63 40 CE 34 45 0 13 FF 3B 35
Octal 143 100 316 64 105 0 23 377 73 65
Binary 1100011 1000000 11001110 110100 1000101 0 10011 11111111 111011 110101

Color Harmonies of #6340CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6340CE

Black with #6340CE

Text Example


Text Example

White with #6340CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6340CE; }

 p { color: rgb(99,64,206); }

 H1.HeaderClassName
 {
   color: #6340CE;
 }
 .AnyTagClassName
 {
   color: #6340CE;
 }
</style>

background-color css

<style>
 a { background-color: #6340CE; }

 a { background-color: rgb(99,64,206); }

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

border-color css

<style>
 span { border-color: #6340CE; }

 span { border-color: rgb(99,64,206); }

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