Html Css Color HEX #6740CB Purple Heart

📋 copy color: '#6740CB'

red 103 ◦ green 64 ◦ blue 203

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

Shades of Purple Heart #6740CB

Tints of Purple Heart #6740CB

RGB

 RED value IS 103 (40.63% from 255) = 27.84%

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

 BLUE value IS 203 (79.69% from 255) = 54.86%

R = 27.84%
G = 17.3%
B = 54.86%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6740CB (or 0x6740CB) is known color: Purple Heart. HEX triplet: 67, 40 and CB. RGB value is (103,64,203). Sum of RGB (Red+Green+Blue) = 103+64+203=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6740CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740CB is #98BF34. Grayscale: #5A5A5A. Windows color (decimal): -10010421 or 13320295. OLE color: 13320295.

HSL color Cylindrical-coordinate representation of color #6740CB: hue angle of 256.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6740CB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 64 203 -
CMYK 0.49 0.68 0 0.20
HSL 256.83º 0.57% 0.52% -
HSV(B) 256.83º 0.68% 0.8% -
XYZ 18.21 10.86 57.64 -
YUV 91.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 103 64 203 0.49 0.68 0 0.20 256.83 0.57 0.52
Hex 67 40 CB 31 44 0 14 101 39 34
Octal 147 100 313 61 104 0 24 401 71 64
Binary 1100111 1000000 11001011 110001 1000100 0 10100 100000001 111001 110100

Color Harmonies of #6740CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740CB

Black with #6740CB

Text Example


Text Example

White with #6740CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6740CB; }

 p { color: rgb(103,64,203); }

 H1.HeaderClassName
 {
   color: #6740CB;
 }
 .AnyTagClassName
 {
   color: #6740CB;
 }
</style>

background-color css

<style>
 a { background-color: #6740CB; }

 a { background-color: rgb(103,64,203); }

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

border-color css

<style>
 span { border-color: #6740CB; }

 span { border-color: rgb(103,64,203); }

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