Html Css Color HEX #6938D7 Purple Heart

📋 copy color: '#6938D7'

red 105 ◦ green 56 ◦ blue 215

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

Shades of Purple Heart #6938D7

Tints of Purple Heart #6938D7

RGB

 RED value IS 105 (41.41% from 255) = 27.93%

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

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 27.93%
G = 14.89%
B = 57.18%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6938D7 (or 0x6938D7) is known color: Purple Heart. HEX triplet: 69, 38 and D7. RGB value is (105,56,215). Sum of RGB (Red+Green+Blue) = 105+56+215=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #6938D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6938D7 is #96C728. Grayscale: #585858. Windows color (decimal): -9881385 or 14104681. OLE color: 14104681.

HSL color Cylindrical-coordinate representation of color #6938D7: hue angle of 258.49º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6938D7 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 56 215 -
CMYK 0.51 0.74 0 0.16
HSL 258.49º 0.67% 0.53% -
HSV(B) 258.49º 0.74% 0.84% -
XYZ 19.51 10.74 65.33 -
YUV 88.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 105 56 215 0.51 0.74 0 0.16 258.49 0.67 0.53
Hex 69 38 D7 33 4A 0 10 102 43 35
Octal 151 70 327 63 112 0 20 402 103 65
Binary 1101001 111000 11010111 110011 1001010 0 10000 100000010 1000011 110101

Color Harmonies of #6938D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6938D7

Black with #6938D7

Text Example


Text Example

White with #6938D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6938D7; }

 p { color: rgb(105,56,215); }

 H1.HeaderClassName
 {
   color: #6938D7;
 }
 .AnyTagClassName
 {
   color: #6938D7;
 }
</style>

background-color css

<style>
 a { background-color: #6938D7; }

 a { background-color: rgb(105,56,215); }

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

border-color css

<style>
 span { border-color: #6938D7; }

 span { border-color: rgb(105,56,215); }

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