Html Css Color HEX #6730CF Purple Heart

📋 copy color: '#6730CF'

red 103 ◦ green 48 ◦ blue 207

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

Shades of Purple Heart #6730CF

Tints of Purple Heart #6730CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 28.77%
G = 13.41%
B = 57.82%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6730CF (or 0x6730CF) is known color: Purple Heart. HEX triplet: 67, 30 and CF. RGB value is (103,48,207). Sum of RGB (Red+Green+Blue) = 103+48+207=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #6730CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730CF is #98CF30. Grayscale: #515151. Windows color (decimal): -10014513 or 13578343. OLE color: 13578343.

HSL color Cylindrical-coordinate representation of color #6730CF: hue angle of 260.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6730CF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 48 207 -
CMYK 0.50 0.77 0 0.19
HSL 260.75º 0.62% 0.5% -
HSV(B) 260.75º 0.77% 0.81% -
XYZ 17.91 9.5 59.92 -
YUV 82.57 198.22 142.57 -
System Red Green Blue C M Y K H S L
Decimal 103 48 207 0.50 0.77 0 0.19 260.75 0.62 0.5
Hex 67 30 CF 32 4D 0 13 105 3E 32
Octal 147 60 317 62 115 0 23 405 76 62
Binary 1100111 110000 11001111 110010 1001101 0 10011 100000101 111110 110010

Color Harmonies of #6730CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6730CF

Black with #6730CF

Text Example


Text Example

White with #6730CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6730CF; }

 p { color: rgb(103,48,207); }

 H1.HeaderClassName
 {
   color: #6730CF;
 }
 .AnyTagClassName
 {
   color: #6730CF;
 }
</style>

background-color css

<style>
 a { background-color: #6730CF; }

 a { background-color: rgb(103,48,207); }

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

border-color css

<style>
 span { border-color: #6730CF; }

 span { border-color: rgb(103,48,207); }

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